| Package | Description | 
|---|---|
| com.hazelcast.replicatedmap.impl.operation | This package contains replicated map operations which are executed on remote nodes | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractReplicatedMapOperation | 
| class  | CheckReplicaVersionOperationChecks whether replica version is in sync with the primary. | 
| class  | ClearOperationThis operation will execute the remote clear on replicated map if
  ReplicatedMap.clear()is called. | 
| class  | ContainsKeyOperation | 
| class  | ContainsValueOperation | 
| class  | EntrySetOperation | 
| class  | EvictionOperationEvicts set of entries from the record store. | 
| class  | GetOperation | 
| class  | IsEmptyOperation | 
| class  | KeySetOperation | 
| class  | MergeOperationMerges two replicated map entries with the given merge policy after the split-brain syndrome is recovered. | 
| class  | PutAllOperationPuts a set of records to the replicated map. | 
| class  | PutOperationPuts a key to the replicated map. | 
| class  | RemoveOperationRemoves the key from replicated map. | 
| class  | ReplicateUpdateOperationReplicates the update happened on the partition owner to the other nodes. | 
| class  | ReplicateUpdateToCallerOperationThis operation will update the local record store with the update received from local/remote partition owner. | 
| class  | ReplicationOperationCarries all the partition data for replicated map from old owner to the new owner. | 
| class  | RequestMapDataOperationCollects and sends the replicated map data from the executing node to the caller via
  SyncReplicatedMapDataOperation. | 
| class  | SizeOperation | 
| class  | SyncReplicatedMapDataOperation<K,V>Carries set of replicated map records for a partition from one node to another | 
| class  | ValuesOperation | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.