| Package | Description | 
|---|---|
| com.hazelcast.internal.management.dto | 
 These contain the DTO object to exchange information with the management center. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ClusterHotRestartStatusDTO.MemberHotRestartStatus | 
ClusterHotRestartStatusDTO.MemberHotRestartStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ClusterHotRestartStatusDTO.MemberHotRestartStatus[] | 
ClusterHotRestartStatusDTO.MemberHotRestartStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,ClusterHotRestartStatusDTO.MemberHotRestartStatus> | 
ClusterHotRestartStatusDTO.getMemberHotRestartStatusMap()  | 
| Constructor and Description | 
|---|
ClusterHotRestartStatusDTO(HotRestartClusterDataRecoveryPolicy dataRecoveryPolicy,
                          ClusterHotRestartStatusDTO.ClusterHotRestartStatus hotRestartStatus,
                          long remainingValidationTimeMillis,
                          long remainingDataLoadTimeMillis,
                          Map<String,ClusterHotRestartStatusDTO.MemberHotRestartStatus> memberHotRestartStatusMap)  | 
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.