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