Package | Description |
---|---|
com.hazelcast.ringbuffer.impl |
Contains the
Ringbuffer implementation classes. |
com.hazelcast.ringbuffer.impl.operations |
Modifier and Type | Method and Description |
---|---|
<T> RingbufferContainer<T> |
RingbufferService.getContainerOrNull(int partitionId,
ObjectNamespace namespace)
Returns the ringbuffer container if it already exists for the
given
partitionId and namespace . |
<T> RingbufferContainer<T> |
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 © 2017 Hazelcast, Inc.. All Rights Reserved.