| Package | Description | 
|---|---|
| com.hazelcast.crdt | 
 This package contains CRDT (conflict-free replicated data type)
 implementations based on the Hazelcast infrastructure. 
 | 
| com.hazelcast.crdt.pncounter | 
 This package contains the PN (Positive-Negative) CRDT counter
 implementation. 
 | 
| com.hazelcast.internal.partition.operation | 
 Contains the operations for partition package. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCRDTReplicationOperation<T extends IdentifiedDataSerializable>
Base class for CRDT replication operations. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PNCounterReplicationOperation
CRDT replication operation for a  
PNCounter. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AssignPartitions
Sent from non-master nodes to the master to initialize the partition assignment. 
 | 
class  | 
FetchPartitionStateOperation
Operation sent by the master to the cluster members to fetch their partition state. 
 | 
class  | 
FinalizeMigrationOperation
Invoked locally on the source or destination of the migration to finalize the migration. 
 | 
class  | 
MigrationCommitOperation
Sent by the master node to commit a migration on the migration destination. 
 | 
class  | 
MigrationOperation
Migration operation used by Hazelcast version 3.9
 It runs on the migration destination and applies the received fragments. 
 | 
class  | 
MigrationRequestOperation
Migration request operation used by Hazelcast version 3.9
 Sent from the master node to the partition owner. 
 | 
class  | 
PartitionReplicaSyncRequest
The request sent from a replica to the partition owner to synchronize the replica data. 
 | 
class  | 
PartitionReplicaSyncRetryResponse
The response to a  
PartitionReplicaSyncRequest that the replica should retry. | 
class  | 
PartitionStateOperation
Sent from the master to publish or sync the partition table state to all cluster members. 
 | 
class  | 
PromotionCommitOperation
Used for committing a promotion on destination. 
 | 
class  | 
ShutdownRequestOperation  | 
class  | 
ShutdownResponseOperation  | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.