Ringbuffer
implementation classes.See: Description
Interface | Description |
---|---|
Ringbuffer<E> |
The Ringbuffer is responsible for storing the actual content of a
ringbuffer.
|
Class | Description |
---|---|
ArrayRingbuffer<E> |
The ArrayRingbuffer is responsible for storing the actual contents of a
ringbuffer.
|
ReadOnlyRingbufferIterator<E> |
Read-only iterator over items in a provided
Ringbuffer . |
ReadResultSetImpl<O,E> |
A list for the
ReadManyOperation . |
RingbufferContainer<T,E> |
The RingbufferContainer is responsible for the functionalities supporting
the underlying ringbuffer structure containing the data.
|
RingbufferDataSerializerHook |
The
DataSerializerHook for the Ringbuffer. |
RingbufferProxy<E> |
The serverside proxy to access a
Ringbuffer . |
RingbufferService |
The SPI Service that deals with the
Ringbuffer . |
RingbufferStoreWrapper |
Wrapper for the ring buffer store.
|
RingbufferWaitNotifyKey |
A
AbstractWaitNotifyKey to make it possible to wait
for an item to be published in the ringbuffer. |
Ringbuffer
implementation classes.Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.