Package com.tangosol.net
Interface NamedBlockingQueue<E>
- Type Parameters:
E- the type of values in the queue
- All Superinterfaces:
AutoCloseable,BlockingQueue<E>,Collection<E>,Iterable<E>,NamedCollection,NamedQueue<E>,ObservableCollection<E>,Queue<E>,Releasable
- All Known Subinterfaces:
NamedBlockingDeque<E>
A
BlockingQueue 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.BlockingQueue
add, contains, drainTo, drainTo, offer, offer, poll, put, remainingCapacity, remove, takeMethods inherited from interface java.util.Collection
addAll, clear, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArrayMethods inherited from interface com.tangosol.net.NamedCollection
destroy, getName, isDestroyedMethods inherited from interface com.tangosol.net.NamedQueue
getQueueNameHash, getQueueStatistics, getService, isActive, isReadyMethods inherited from interface com.tangosol.util.ObservableCollection
addListener, addListener, removeListener, removeListenerMethods inherited from interface com.tangosol.net.Releasable
close, isReleased, release