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