public class FastObjectLoader.BoundedQueue<E> extends ArrayBlockingQueue<E>
Constructor and Description |
---|
BoundedQueue(int size) |
Modifier and Type | Method and Description |
---|---|
boolean |
offer(E e) |
add, clear, contains, drainTo, drainTo, iterator, offer, peek, poll, poll, put, remainingCapacity, remove, size, spliterator, take, toArray, toArray, toString
addAll, element, remove
containsAll, isEmpty, removeAll, retainAll
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAll, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, stream
public boolean offer(E e)
offer
in interface BlockingQueue<E>
offer
in interface Queue<E>
offer
in class ArrayBlockingQueue<E>
Copyright © 2019 CorfuDB. All rights reserved.