| Package | Description |
|---|---|
| com.hazelcast.spi.hotrestart |
SPI for the Hot Restart feature
|
| com.hazelcast.spi.hotrestart.cluster |
Includes classes to persist/restore cluster metadata and to manage cluster-wide validation.
|
| Class and Description |
|---|
| ClusterHotRestartEventListener
This is a sync listener.
|
| 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.
|
| Class and Description |
|---|
| ClusterHotRestartEventListener
This is a sync listener.
|
| 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.
|
| HotRestartClusterStartStatus
Indicates the state of the cluster from the perspective of a node during a hot restart cluster verification
|
| MemberClusterStartInfo
Contains information about the state read from the disk and the progress of a node during cluster start
|
| MemberClusterStartInfo.DataLoadStatus
Data load status for eache member during Hot Restart
|
| SendClusterStartResultOperation
Operation, which is used to send cluster-wide validation result (success or failure) among the members after the
cluster-wide validation phase completes.
|
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.