Uses of Interface
org.agrona.concurrent.Pipe
-
Packages that use Pipe Package Description org.agrona.concurrent Concurrent data structures and utilities that support both on and off Java heap usage. -
-
Uses of Pipe in org.agrona.concurrent
Subinterfaces of Pipe in org.agrona.concurrent Modifier and Type Interface Description interface
QueuedPipe<E>
Composed interface for concurrentQueue
andPipe
.Classes in org.agrona.concurrent that implement Pipe Modifier and Type Class Description class
AbstractConcurrentArrayQueue<E>
Left over immutable queue fields.class
ManyToManyConcurrentArrayQueue<E>
Many producer to many consumer concurrent queue that is array backed.class
ManyToOneConcurrentArrayQueue<E>
Many producer to one consumer concurrent queue that is array backed.class
OneToOneConcurrentArrayQueue<E>
One producer to one consumer concurrent queue that is array backed.
-