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 |
---|---|
ClusterHotRestartStatusDTO.ClusterHotRestartStatus |
ClusterHotRestartStatusDTO.getHotRestartStatus() |
static ClusterHotRestartStatusDTO.ClusterHotRestartStatus |
ClusterHotRestartStatusDTO.ClusterHotRestartStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterHotRestartStatusDTO.ClusterHotRestartStatus[] |
ClusterHotRestartStatusDTO.ClusterHotRestartStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ClusterHotRestartStatusDTO(HotRestartClusterDataRecoveryPolicy dataRecoveryPolicy,
ClusterHotRestartStatusDTO.ClusterHotRestartStatus hotRestartStatus,
long remainingValidationTimeMillis,
long remainingDataLoadTimeMillis,
Map<String,ClusterHotRestartStatusDTO.MemberHotRestartStatus> memberHotRestartStatusMap) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.