| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.ringbuffer | 
 Contains the API for the  
Ringbuffer. | 
| Class and Description | 
|---|
| RingbufferStore
 Ringbuffer store makes a ring buffer backed by a central data store; such as database, disk, etc. 
 | 
| RingbufferStoreFactory
 Creates a new  
RingbufferStore. | 
| Class and Description | 
|---|
| Ringbuffer
 A Ringbuffer is a data structure where the content is stored in a ring-like
 structure. 
 | 
| Class and Description | 
|---|
| OverflowPolicy
 Using this policy one can control the behavior what should to be done
 when an item is about to be added to the ringbuffer, but there is  
0
 remaining capacity. | 
| ReadResultSet
 The result of a
  
Ringbuffer.readManyAsync(long, int, int, com.hazelcast.core.IFunction)
 operation. | 
| RingbufferStore
 Ringbuffer store makes a ring buffer backed by a central data store; such as database, disk, etc. 
 | 
| StaleSequenceException
 An  
RuntimeException that is thrown when accessing an item in the Ringbuffer using a sequence that is smaller
 than the current head sequence and that the ringbuffer store is disabled. | 
Copyright © 2021 Hazelcast, Inc.. All rights reserved.