Package com.tangosol.net
Interface NamedBlockingDeque<E>
- Type Parameters:
E- the type of values in the queue
- All Superinterfaces:
AutoCloseable,BlockingDeque<E>,BlockingQueue<E>,Collection<E>,Deque<E>,Iterable<E>,NamedBlockingQueue<E>,NamedCollection,NamedDeque<E>,NamedQueue<E>,ObservableCollection<E>,Queue<E>,Releasable,SequencedCollection<E>
public interface NamedBlockingDeque<E>
extends NamedBlockingQueue<E>, NamedDeque<E>, BlockingDeque<E>
A
BlockingDeque based data-structure that manages values across one or
more processes. Values are typically managed in memory.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.tangosol.net.NamedCollection
NamedCollection.Option -
Method Summary
Methods inherited from interface java.util.concurrent.BlockingDeque
add, addFirst, addLast, contains, element, iterator, offer, offer, offerFirst, offerFirst, offerLast, offerLast, peek, poll, poll, pollFirst, pollLast, push, put, putFirst, putLast, remove, remove, removeFirstOccurrence, removeLastOccurrence, size, take, takeFirst, takeLastMethods inherited from interface java.util.concurrent.BlockingQueue
drainTo, drainTo, remainingCapacityMethods inherited from interface java.util.Collection
clear, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArray, toArrayMethods inherited from interface java.util.Deque
add, addAll, contains, descendingIterator, getFirst, getLast, offer, peekFirst, peekLast, pollFirst, pollLast, pop, remove, removeFirst, removeLast, reversedMethods inherited from interface com.tangosol.net.NamedCollection
destroy, getName, isDestroyedMethods inherited from interface com.tangosol.net.NamedDeque
getServiceMethods inherited from interface com.tangosol.net.NamedQueue
getQueueNameHash, getQueueStatistics, isActive, isReadyMethods inherited from interface com.tangosol.util.ObservableCollection
addListener, addListener, removeListener, removeListenerMethods inherited from interface com.tangosol.net.Releasable
close, isReleased, release