Package | Description |
---|---|
com.hazelcast.replicatedmap.impl |
This package contains the implementation of the replicated map service itself and some connection interfaces only used
internally.
|
com.hazelcast.replicatedmap.impl.record |
This package contains the implementation of the backing data storage for the replicated map implementation
|
Constructor and Description |
---|
PartitionContainer(ReplicatedMapService service,
int partitionId) |
ReplicatedMapEventPublishingService(ReplicatedMapService replicatedMapService) |
ReplicatedMapEvictionProcessor(NodeEngine nodeEngine,
ReplicatedMapService replicatedMapService,
String mapName) |
ReplicatedMapSplitBrainHandlerService(ReplicatedMapService service,
MergePolicyProvider mergePolicyProvider) |
Constructor and Description |
---|
AbstractReplicatedRecordStore(String name,
ReplicatedMapService replicatedMapService,
int partitionId) |
DataReplicatedRecordStore(String name,
ReplicatedMapService replicatedMapService,
int partitionId) |
ObjectReplicatedRecordStorage(String name,
ReplicatedMapService replicatedMapService,
int partitionId) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.