Class StoreMigrationResponse
java.lang.Object
com.linkedin.venice.controllerapi.ControllerResponse
com.linkedin.venice.controllerapi.StoreMigrationResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setSrcClusterName
(String srcClusterName) void
setStoreMigrationAllowed
(boolean storeMigrationAllowed) toString()
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
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:
toString
in classControllerResponse
-