Package | Description |
---|---|
com.hazelcast.internal.partition.operation |
Contains the operations for partition package.
|
Modifier and Type | Class and Description |
---|---|
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 |
LegacyMigrationOperation
Migration operation used before Hazelcast version 3.9
It runs on the migration destination and applies the received partition data in one shot.
|
class |
LegacyMigrationRequestOperation
Migration request operation used before Hazelcast version 3.9
It runs on the migration source and transfers the whole partition data in one shot.
|
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 © 2017 Hazelcast, Inc.. All Rights Reserved.