Uses of Class
com.hazelcast.replicatedmap.impl.ReplicatedMapService

Packages that use ReplicatedMapService
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 
 

Uses of ReplicatedMapService in com.hazelcast.replicatedmap.impl
 

Constructors in com.hazelcast.replicatedmap.impl with parameters of type ReplicatedMapService
ReplicatedMapEvictionProcessor(NodeEngine nodeEngine, ReplicatedMapService replicatedMapService, String mapName)
           
 

Uses of ReplicatedMapService in com.hazelcast.replicatedmap.impl.record
 

Constructors in com.hazelcast.replicatedmap.impl.record with parameters of type ReplicatedMapService
AbstractReplicatedRecordStore(String name, NodeEngine nodeEngine, ReplicatedMapService replicatedMapService)
           
DataReplicatedRecordStore(String name, NodeEngine nodeEngine, ReplicatedMapService replicatedMapService)
           
ObjectReplicatedRecordStorage(String name, NodeEngine nodeEngine, ReplicatedMapService replicatedMapService)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.