Class StoreMigrationResponse
java.lang.Object
com.linkedin.venice.controllerapi.ControllerResponse
com.linkedin.venice.controllerapi.StoreMigrationResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetSrcClusterName(String srcClusterName) voidsetStoreMigrationAllowed(boolean storeMigrationAllowed) toString()Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
copyValueOf, getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName
-
Constructor Details
-
StoreMigrationResponse
public StoreMigrationResponse()
-
-
Method Details
-
getSrcClusterName
-
setSrcClusterName
-
isStoreMigrationAllowed
public boolean isStoreMigrationAllowed() -
setStoreMigrationAllowed
public void setStoreMigrationAllowed(boolean storeMigrationAllowed) -
toString
- Overrides:
toStringin classControllerResponse
-