Class StoreMigrationResponse
- java.lang.Object
-
- com.linkedin.venice.controllerapi.ControllerResponse
-
- com.linkedin.venice.controllerapi.StoreMigrationResponse
-
public class StoreMigrationResponse extends ControllerResponse
-
-
Constructor Summary
Constructors Constructor Description StoreMigrationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSrcClusterName()
boolean
isStoreMigrationAllowed()
void
setSrcClusterName(java.lang.String srcClusterName)
void
setStoreMigrationAllowed(boolean storeMigrationAllowed)
java.lang.String
toString()
-
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName
-
-
-
-
Method Detail
-
getSrcClusterName
public java.lang.String getSrcClusterName()
-
setSrcClusterName
public void setSrcClusterName(java.lang.String srcClusterName)
-
isStoreMigrationAllowed
public boolean isStoreMigrationAllowed()
-
setStoreMigrationAllowed
public void setStoreMigrationAllowed(boolean storeMigrationAllowed)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classControllerResponse
-
-