Package com.linkedin.venice.datarecovery
Class StoreRepushCommand.Params
- java.lang.Object
-
- com.linkedin.venice.datarecovery.Command.Params
-
- com.linkedin.venice.datarecovery.StoreRepushCommand.Params
-
- Enclosing class:
- StoreRepushCommand
public static class StoreRepushCommand.Params extends Command.Params
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StoreRepushCommand.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
getCommand()
boolean
getDebug()
java.lang.String
getDestFabric()
ControllerClient
getPCtrlCliWithoutCluster()
java.lang.String
getSourceFabric()
java.util.Optional<SSLFactory>
getSSLFactory()
java.time.LocalDateTime
getTimestamp()
java.lang.String
getUrl()
-
Methods inherited from class com.linkedin.venice.datarecovery.Command.Params
getStore, setStore
-
-
-
-
Method Detail
-
getCommand
public java.lang.String getCommand()
-
getUrl
public java.lang.String getUrl()
-
getPCtrlCliWithoutCluster
public ControllerClient getPCtrlCliWithoutCluster()
-
getTimestamp
public java.time.LocalDateTime getTimestamp()
-
getDestFabric
public java.lang.String getDestFabric()
-
getSSLFactory
public java.util.Optional<SSLFactory> getSSLFactory()
-
getSourceFabric
public java.lang.String getSourceFabric()
-
getDebug
public boolean getDebug()
-
-