Package | Description |
---|---|
com.hazelcast.client.impl.operations |
Contains client operations
|
com.hazelcast.internal.cluster.impl.operations |
This package contains operations for the com.hazelcast.cluster.impl package.
|
com.hazelcast.internal.partition |
Contains the internals for partition assignment/management, migration, replication etc.
|
com.hazelcast.internal.partition.operation |
Contains the operations for partition package.
|
com.hazelcast.internal.usercodedeployment.impl.operation |
Modifier and Type | Class and Description |
---|---|
class |
ClientDisconnectionOperation |
class |
ClientReAuthOperation |
Modifier and Type | Interface and Description |
---|---|
interface |
JoinOperation
Marker interface for join and post-join operations.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJoinOperation |
class |
AuthenticationFailureOperation |
class |
AuthorizationOperation |
class |
BeforeJoinCheckFailureOperation |
class |
ConfigMismatchOperation
When a node wants to join the cluster, its sends its ConfigCheck to the cluster where it is validated.
|
class |
FinalizeJoinOperation |
class |
GroupMismatchOperation |
class |
HeartbeatOperation
A heartbeat sent from one cluster member to another.
|
class |
JoinRequestOperation |
class |
MasterClaimOperation |
class |
MasterConfirmationOperation |
class |
MasterDiscoveryOperation |
class |
MemberAttributeChangedOperation |
class |
MemberInfoUpdateOperation |
class |
MemberRemoveOperation |
class |
MergeClustersOperation |
class |
PostJoinOperation |
class |
SetMasterOperation
Operation sent by any node to set the master address on the receiver
|
class |
ShutdownNodeOperation |
class |
SplitBrainMergeValidationOperation
Validate whether clusters may merge to recover from a split brain, based on configuration & cluster version.
|
class |
TriggerMemberListPublishOperation
Requests member list publish from master node
|
Modifier and Type | Interface and Description |
---|---|
interface |
MigrationCycleOperation |
Modifier and Type | Class and Description |
---|---|
class |
FetchPartitionStateOperation |
class |
FinalizeMigrationOperation |
class |
MigrationCommitOperation
Used for committing a migration on migration destination.
|
class |
MigrationOperation |
class |
MigrationRequestOperation |
class |
PartitionStateOperation |
class |
PromotionCommitOperation
Used for committing a promotion on destination.
|
class |
ReplicaSyncRequest
The request sent from a replica to the partition owner to synchronize the replica data.
|
class |
ReplicaSyncResponse
The replica synchronization response sent from the partition owner to a replica.
|
class |
ReplicaSyncRetryResponse
The response to a
ReplicaSyncRequest that the replica should retry. |
class |
ShutdownRequestOperation |
class |
ShutdownResponseOperation |
Modifier and Type | Class and Description |
---|---|
class |
ClassDataFinderOperation |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.