Package com.linkedin.venice.datarecovery
Class EstimateDataRecoveryTimeCommand.Result
- java.lang.Object
-
- com.linkedin.venice.datarecovery.Command.Result
-
- com.linkedin.venice.datarecovery.EstimateDataRecoveryTimeCommand.Result
-
- Enclosing class:
- EstimateDataRecoveryTimeCommand
public static class EstimateDataRecoveryTimeCommand.Result extends Command.Result
-
-
Field Summary
-
Fields inherited from class com.linkedin.venice.datarecovery.Command.Result
error, isCoreWorkDone
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getEstimatedRecoveryTimeInSeconds()
java.lang.String
getMessage()
java.lang.String
getTimestamp()
void
setEstimatedRecoveryTimeInSeconds(java.lang.Long estimatedRecoveryTimeInSeconds)
void
setMessage(java.lang.String message)
-
Methods inherited from class com.linkedin.venice.datarecovery.Command.Result
getCluster, getError, getStore, isCoreWorkDone, isError, setCluster, setCoreWorkDone, setError, setStore
-
-
-
-
Method Detail
-
getTimestamp
public java.lang.String getTimestamp()
-
getEstimatedRecoveryTimeInSeconds
public java.lang.Long getEstimatedRecoveryTimeInSeconds()
-
setEstimatedRecoveryTimeInSeconds
public void setEstimatedRecoveryTimeInSeconds(java.lang.Long estimatedRecoveryTimeInSeconds)
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classCommand.Result
-
setMessage
public void setMessage(java.lang.String message)
- Overrides:
setMessage
in classCommand.Result
-
-