Uses of Class
org.jctools.channels.OffHeapFixedMessageSizeRingBuffer
Packages that use OffHeapFixedMessageSizeRingBuffer
-
Uses of OffHeapFixedMessageSizeRingBuffer in org.jctools.channels.mpsc
Subclasses of OffHeapFixedMessageSizeRingBuffer in org.jctools.channels.mpscModifier and TypeClassDescriptionclass
Package Scoped: not part of public API.class
Package Scoped: not part of public API.final class
A Multi-Producer-Single-Consumer ring buffer.class
Channel protocol: - Fixed message size - 'null' indicator in message preceding byte (potentially use same for type mapping in future) - Use Vyukov MPMC like algorithm relying on indicator to support in place detection of next element existence -
Uses of OffHeapFixedMessageSizeRingBuffer in org.jctools.channels.spsc
Subclasses of OffHeapFixedMessageSizeRingBuffer in org.jctools.channels.spscModifier and TypeClassDescriptionclass
Package Scoped: not part of public API.class
Package Scoped: not part of public API.class
Channel protocol: - Fixed message size - 'null' indicator in message preceding byte (potentially use same for type mapping in future) - Use FF algorithm relying on indicator to support in place detection of next element existence