public class ClusterHotRestartStatusDTO extends Object implements JsonSerializable
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ClusterHotRestartStatusDTO.ClusterHotRestartStatus  | 
static class  | 
ClusterHotRestartStatusDTO.MemberHotRestartStatus  | 
| Constructor and Description | 
|---|
ClusterHotRestartStatusDTO()  | 
ClusterHotRestartStatusDTO(HotRestartClusterDataRecoveryPolicy dataRecoveryPolicy,
                          ClusterHotRestartStatusDTO.ClusterHotRestartStatus hotRestartStatus,
                          long remainingValidationTimeMillis,
                          long remainingDataLoadTimeMillis,
                          Map<String,ClusterHotRestartStatusDTO.MemberHotRestartStatus> memberHotRestartStatusMap)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
fromJson(com.eclipsesource.json.JsonObject root)  | 
HotRestartClusterDataRecoveryPolicy | 
getDataRecoveryPolicy()  | 
ClusterHotRestartStatusDTO.ClusterHotRestartStatus | 
getHotRestartStatus()  | 
Map<String,ClusterHotRestartStatusDTO.MemberHotRestartStatus> | 
getMemberHotRestartStatusMap()  | 
long | 
getRemainingDataLoadTimeMillis()  | 
long | 
getRemainingValidationTimeMillis()  | 
com.eclipsesource.json.JsonObject | 
toJson()  | 
public ClusterHotRestartStatusDTO()
public ClusterHotRestartStatusDTO(HotRestartClusterDataRecoveryPolicy dataRecoveryPolicy, ClusterHotRestartStatusDTO.ClusterHotRestartStatus hotRestartStatus, long remainingValidationTimeMillis, long remainingDataLoadTimeMillis, Map<String,ClusterHotRestartStatusDTO.MemberHotRestartStatus> memberHotRestartStatusMap)
public HotRestartClusterDataRecoveryPolicy getDataRecoveryPolicy()
public ClusterHotRestartStatusDTO.ClusterHotRestartStatus getHotRestartStatus()
public long getRemainingValidationTimeMillis()
public long getRemainingDataLoadTimeMillis()
public Map<String,ClusterHotRestartStatusDTO.MemberHotRestartStatus> getMemberHotRestartStatusMap()
public com.eclipsesource.json.JsonObject toJson()
toJson in interface JsonSerializablepublic void fromJson(com.eclipsesource.json.JsonObject root)
fromJson in interface JsonSerializableCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.