Uses of Class
org.jctools.channels.proxy.ProxyChannelRingBuffer
-
Packages that use ProxyChannelRingBuffer Package Description org.jctools.channels org.jctools.channels.mpsc org.jctools.channels.proxy This is a prototype, not working code.org.jctools.channels.spsc -
-
Uses of ProxyChannelRingBuffer in org.jctools.channels
Subclasses of ProxyChannelRingBuffer in org.jctools.channels Modifier and Type Class Description classOffHeapFixedMessageSizeRingBufferChannel 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 -
Uses of ProxyChannelRingBuffer in org.jctools.channels.mpsc
Subclasses of ProxyChannelRingBuffer in org.jctools.channels.mpsc Modifier and Type Class Description classMpscChannelConsumer<E>Package Scoped: not part of public API.classMpscChannelProducer<E>Package Scoped: not part of public API.classMpscFFLamportOffHeapFixedSizeRingBufferA Multi-Producer-Single-Consumer ring buffer.classMpscOffHeapFixedSizeRingBufferChannel 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 ProxyChannelRingBuffer in org.jctools.channels.proxy
Methods in org.jctools.channels.proxy with parameters of type ProxyChannelRingBuffer Modifier and Type Method Description static longProxyChannelFactory. writeAcquireWithWaitStrategy(ProxyChannelRingBuffer channelBackend, WaitStrategy waitStrategy) -
Uses of ProxyChannelRingBuffer in org.jctools.channels.spsc
Subclasses of ProxyChannelRingBuffer in org.jctools.channels.spsc Modifier and Type Class Description classSpscChannelConsumer<E>Package Scoped: not part of public API.classSpscChannelProducer<E>Package Scoped: not part of public API.classSpscOffHeapFixedSizeRingBufferChannel 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
-