Package org.agrona.concurrent.ringbuffer


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