| Package | Description | 
|---|---|
| com.hazelcast.ringbuffer.impl | Contains the  Ringbufferimplementation classes. | 
| com.hazelcast.ringbuffer.impl.operations | 
| Modifier and Type | Method and Description | 
|---|---|
| <T,E> RingbufferContainer<T,E> | RingbufferService. getContainerOrNull(int partitionId,
                  ObjectNamespace namespace)Returns the ringbuffer container if it already exists for the
 given  partitionIdandnamespace. | 
| <T,E> RingbufferContainer<T,E> | RingbufferService. getOrCreateContainer(int partitionId,
                    ObjectNamespace namespace,
                    RingbufferConfig config)Return the ringbuffer containter for the specified  namespace. | 
| Modifier and Type | Method and Description | 
|---|---|
| ConcurrentMap<Integer,Map<ObjectNamespace,RingbufferContainer>> | RingbufferService. getContainers() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RingbufferService. addRingbuffer(int partitionId,
             RingbufferContainer ringbuffer,
             RingbufferConfig config) | 
| Constructor and Description | 
|---|
| ReplicationOperation(Map<ObjectNamespace,RingbufferContainer> migrationData,
                    int partitionId,
                    int replicaIndex) | 
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.