Package org.agrona.concurrent
Interface QueuedPipe<E>
- Type Parameters:
E
- type of the elements stored in theQueue
.
- All Superinterfaces:
Collection<E>
,Iterable<E>
,Pipe<E>
,Queue<E>
- All Known Implementing Classes:
AbstractConcurrentArrayQueue
,ManyToManyConcurrentArrayQueue
,ManyToOneConcurrentArrayQueue
,OneToOneConcurrentArrayQueue
-
Method Summary
Methods inherited from interface java.util.Collection
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
Methods inherited from interface org.agrona.concurrent.Pipe
addedCount, capacity, drain, drain, drainTo, remainingCapacity, removedCount, size