Class | Description |
---|---|
SpscChannel<E> | |
SpscChannelConsumer<E> |
Package Scoped: not part of public API.
|
SpscChannelProducer<E> |
Package Scoped: not part of public API.
|
SpscOffHeapFixedSizeRingBuffer |
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
|