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 |
CheckReplicaVersionOperation
Checks whether replica version is in sync with the primary.
|
class |
ClearOperation
This operation will execute the remote clear on replicated map if
ReplicatedMap.clear() is called. |
class |
ContainsKeyOperation |
class |
ContainsValueOperation |
class |
EntrySetOperation |
class |
EvictionOperation
Evicts set of entries from the record store.
|
class |
GetOperation |
class |
IsEmptyOperation |
class |
KeySetOperation |
class |
MergeOperation
Merges two replicated map entries with the given merge policy after the split-brain syndrome is recovered.
|
class |
PutAllOperation
Puts a set of records to the replicated map.
|
class |
PutOperation
Puts a key to the replicated map.
|
class |
RemoveOperation
Removes the key from replicated map.
|
class |
ReplicateUpdateOperation
Replicates the update happened on the partition owner to the other nodes.
|
class |
ReplicateUpdateToCallerOperation
This operation will update the local record store with the update received from local/remote partition owner.
|
class |
ReplicationOperation
Carries all the partition data for replicated map from old owner to the new owner.
|
class |
RequestMapDataOperation
Collects 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 © 2018 Hazelcast, Inc.. All Rights Reserved.