See: Description
| Class | Description | 
|---|---|
| AbstractReplicatedMapOperation | |
| CheckReplicaVersion | Checks whether replica version is in sync with the primary. | 
| ClearLocalAndRemoteOperation | |
| ClearLocalOperation | This operation will execute the remote clear on replicated map if
  ReplicatedMap.clear()is called. | 
| ContainsKeyOperation | |
| ContainsValueOperation | |
| EntrySetOperation | |
| EvictionOperation | Evicts set of entries from the record store. | 
| GetOperation | |
| IsEmptyOperation | |
| KeySetOperation | |
| MergeOperation | Merges two replicated map entries with the given merge policy after the split-brain syndrome is recovered. | 
| PutAllOperation | Puts a set of records to the replicated map. | 
| PutAllOperationFactory | Factory class for  PutAllOperation. | 
| PutOperation | Puts a key to the replicated map. | 
| RemoveOperation | Removes the key from replicated map. | 
| ReplicatedMapDataSerializerHook | This class contains all the ID hooks for IdentifiedDataSerializable classes used inside the replicated map. | 
| ReplicateUpdateOperation | Replicates the update happened on the partition owner to the other nodes. | 
| ReplicateUpdateToCallerOperation | This operation will update the local record store with the update received from local/remote partition owner. | 
| ReplicationOperation | Carries all the partition data for replicated map from old owner to the new owner. | 
| RequestMapDataOperation | Collects and sends the replicated map data from the executing node to the caller via
  SyncReplicatedMapDataOperation. | 
| SizeOperation | |
| SyncReplicatedMapDataOperation<K,V> | Carries set of replicated map records for a partition from one node to another | 
| ValuesOperation | |
| VersionResponsePair | Contains response and partition version for update operations on replicated map. | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.