Package com.linkedin.venice.datarecovery
Class EstimateDataRecoveryTimeCommand.Params
- java.lang.Object
-
- com.linkedin.venice.datarecovery.Command.Params
-
- com.linkedin.venice.datarecovery.EstimateDataRecoveryTimeCommand.Params
-
- Enclosing class:
- EstimateDataRecoveryTimeCommand
public static class EstimateDataRecoveryTimeCommand.Params extends Command.Params
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EstimateDataRecoveryTimeCommand.Params.Builder
-
Field Summary
-
Fields inherited from class com.linkedin.venice.datarecovery.Command.Params
store
-
-
Constructor Summary
Constructors Constructor Description Params()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getParentUrl()
ControllerClient
getPCtrlCliWithoutCluster()
java.util.Optional<SSLFactory>
getSSLFactory()
java.lang.String
getTargetRegion()
-
Methods inherited from class com.linkedin.venice.datarecovery.Command.Params
getStore, setStore
-
-
-
-
Method Detail
-
getTargetRegion
public java.lang.String getTargetRegion()
-
getPCtrlCliWithoutCluster
public ControllerClient getPCtrlCliWithoutCluster()
-
getSSLFactory
public java.util.Optional<SSLFactory> getSSLFactory()
-
getParentUrl
public java.lang.String getParentUrl()
-
-