Package com.linkedin.venice.datarecovery
Class MonitorCommand.Params
- java.lang.Object
-
- com.linkedin.venice.datarecovery.Command.Params
-
- com.linkedin.venice.datarecovery.MonitorCommand.Params
-
- Enclosing class:
- MonitorCommand
public static class MonitorCommand.Params extends Command.Params
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MonitorCommand.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.time.LocalDateTime
getDateTime()
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()
-
getParentUrl
public java.lang.String getParentUrl()
-
getSSLFactory
public java.util.Optional<SSLFactory> getSSLFactory()
-
getDateTime
public java.time.LocalDateTime getDateTime()
-
-