Package org.agrona.concurrent.ringbuffer
IPC ring buffers for messaging via shared memory.
-
Interface Summary Interface Description RingBuffer Ring-buffer for the concurrent exchanging of binary encoded messages from producer(s) to consumer(s) in a FIFO manner. -
Class Summary Class Description ManyToOneRingBuffer A ring-buffer that supports the exchange of messages from many producers to a single consumer.OneToOneRingBuffer A ring-buffer that supports the exchange of messages from a single producer to a single consumer.RecordDescriptor Description of the record structure for message framing in the aRingBuffer
.RingBufferDescriptor Layout description for the underlying buffer used by aRingBuffer
.