Uses of Package
com.hazelcast.replicatedmap.impl

Packages that use com.hazelcast.replicatedmap.impl
com.hazelcast.jmx Contains Hazelcast management bean classes. 
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 
 

Classes in com.hazelcast.replicatedmap.impl used by com.hazelcast.jmx
ReplicatedMapProxy
          The internal ReplicatedMap implementation proxying the requests to the underlying ReplicatedRecordStore
 

Classes in com.hazelcast.replicatedmap.impl used by com.hazelcast.replicatedmap.impl
PreReplicationHook
          This is an interceptor interface to hook into the current replication process.
ReplicatedMapService
          This is the main service implementation to handle replication and manages the backing ReplicatedRecordStores that actually hold the data
ReplicationChannel
          This interface represents a channel to send replication messages to
 

Classes in com.hazelcast.replicatedmap.impl used by com.hazelcast.replicatedmap.impl.record
PreReplicationHook
          This is an interceptor interface to hook into the current replication process.
ReplicatedMapService
          This is the main service implementation to handle replication and manages the backing ReplicatedRecordStores that actually hold the data
ReplicationChannel
          This interface represents a channel to send replication messages to
 



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