| 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.client | 
 This package contains classes for client communication on replicated map implementation 
 | 
| com.hazelcast.replicatedmap.impl.messages | 
 This package contains replication event classes to communicate replications to other nodes 
 | 
| com.hazelcast.replicatedmap.impl.operation | 
 This package contains some remote operations to execute on remote nodes 
 | 
| com.hazelcast.replicatedmap.impl.record | 
 This package contains the implementation of the backing data storage for the replicated map implementation 
 | 
| Class and Description | 
|---|
| ReplicatedRecordStore
 This interface describes a common record store for replicated maps and their actual records 
 | 
| Class and Description | 
|---|
| ReplicatedRecordStore
 This interface describes a common record store for replicated maps and their actual records 
 | 
| Class and Description | 
|---|
| VectorClockTimestamp
 A vector clock implementation based on hashcodes of the Hazelcast members UUID to solve conflicts on
 replication updates 
 | 
| Class and Description | 
|---|
| ReplicatedRecord
 A ReplicatedRecord is the actual data holding entity. 
 | 
| Class and Description | 
|---|
| AbstractReplicatedRecordStore
 This is the base class for all  
ReplicatedRecordStore implementations | 
| ReplicatedEntryEventFilter
 Basic filter implementation for selecting interesting events on the server 
 | 
| ReplicatedRecord
 A ReplicatedRecord is the actual data holding entity. 
 | 
| ReplicatedRecordStore
 This interface describes a common record store for replicated maps and their actual records 
 | 
| ReplicationPublisher
 This class implements the actual replication logic for replicated map 
 | 
| VectorClockTimestamp
 A vector clock implementation based on hashcodes of the Hazelcast members UUID to solve conflicts on
 replication updates 
 | 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.