Uses of Interface
org.agrona.concurrent.Pipe
Packages that use Pipe
Package
Description
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.concurrentClasses in org.agrona.concurrent that implement PipeModifier and TypeClassDescriptionclassLeft over immutable queue fields.classMany producer to many consumer concurrent queue that is array backed.classMany producer to one consumer concurrent queue that is array backed.classOne producer to one consumer concurrent queue that is array backed.