| Package | Description |
|---|---|
| com.hazelcast.spi.hotrestart.cluster |
Includes classes to persist/restore cluster metadata and to manage cluster-wide validation.
|
| Modifier and Type | Method and Description |
|---|---|
HotRestartClusterStartStatus |
ClusterMetadataManager.getHotRestartStatus() |
static HotRestartClusterStartStatus |
HotRestartClusterStartStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HotRestartClusterStartStatus[] |
HotRestartClusterStartStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterHotRestartEventListener.onHotRestartDataLoadComplete(HotRestartClusterStartStatus result,
Set<String> excludedMemberUuids)
Called on all nodes after the final cluster start decision is made.
|
void |
ClusterMetadataManager.receiveHotRestartStatus(com.hazelcast.nio.Address sender,
HotRestartClusterStartStatus result,
Set<String> excludedMemberUuids,
com.hazelcast.cluster.ClusterState clusterState) |
| Constructor and Description |
|---|
SendClusterStartResultOperation(HotRestartClusterStartStatus result,
Set<String> excludedMemberUuids,
com.hazelcast.cluster.ClusterState clusterState) |
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.