| Package | Description | 
|---|---|
| com.hazelcast.ringbuffer.impl | 
 Contains the  
Ringbuffer implementation classes. | 
| com.hazelcast.ringbuffer.impl.operations | 
| Class and Description | 
|---|
| ReadResultSetImpl
 A list for the  
ReadManyOperation. | 
| Ringbuffer
 The Ringbuffer is responsible for storing the actual content of a ringbuffer. 
 | 
| RingbufferContainer
 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. 
 | 
| 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. | 
| Class and Description | 
|---|
| RingbufferContainer
 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. 
 | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.