Ringbuffer
implementation classes.See: Description
Interface | Description |
---|---|
Ringbuffer<T> |
The Ringbuffer is responsible for storing the actual content of a ringbuffer.
|
Class | Description |
---|---|
ArrayRingbuffer<T> |
The ArrayRingbuffer is responsible for storing the actual content of a ringbuffer.
|
ReadResultSetImpl<O,E> |
A list for the
ReadManyOperation . |
RingbufferContainer<T> |
The RingbufferContainer is responsible for creating the actual ring buffer, handling optional ring buffer storage,
keeping the wait/notify key for blocking operations, ring buffer item expiration and other things not related to the
actual ring buffer data structure.
|
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 © 2017 Hazelcast, Inc.. All Rights Reserved.