See: Description
| Class | Description |
|---|---|
| AskForClusterStartResultOperation |
It may happen that master can fail just after validating partition table of the nodes.
|
| AskForExpectedMembersOperation |
Checks the master if this member is excluded in the final cluster start result,
during this member is waiting for all members to join
|
| ClusterHotRestartEventListener |
This is a sync listener.
|
| ClusterHotRestartStatusDTOUtil |
Utility class to convert Hot Restart status data to Management Center DTO
|
| ClusterMetadataManager |
ClusterMetadataManager is responsible from loading cluster metadata
(cluster state, member list and partition table) during restart phase,
validating these metadata cluster-wide before restoring actual data
and storing these metadata when they change during runtime.
|
| HotRestartClusterSerializerHook | |
| MemberClusterStartInfo |
Contains information about the state read from the disk and the progress of a node during cluster start
|
| SendClusterStartResultOperation |
Operation, which is used to send cluster-wide validation result (success or failure) among the members after the
cluster-wide validation phase completes.
|
| SendExcludedMemberUuidsOperation |
Sends excluded member UUIDs to a member which is in that set.
|
| SendExpectedMembersOperation |
Sends the list of members, that is sufficient to pass await join step,
to the cluster members, when partial data recovery is triggered
|
| SendMemberClusterStartInfoOperation |
Operation, which is used to send local partition table to master member
during cluster-wide validation phase.
|
| TriggerForceStartOnMasterOperation |
Operation which is sent to master by members to initiate force start process on master.
|
| Enum | Description |
|---|---|
| HotRestartClusterStartStatus |
Indicates the state of the cluster from the perspective of a node during a hot restart cluster verification
|
| MemberClusterStartInfo.DataLoadStatus |
Data load status for eache member during Hot Restart
|
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.