Class RepushJobResponse
java.lang.Object
com.linkedin.venice.controllerapi.ControllerResponse
com.linkedin.venice.controllerapi.RepushJobResponse
Data model of response from a repush job trigger request for a store
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcopyValueOf(RepushJobResponse response) This method copies the values of another RepushJobInstance.Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponsecopyValueOf, getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName, toString
- 
Field Details- 
DEFAULT_EXECUTION_ID- See Also:
 
 
- 
- 
Constructor Details- 
RepushJobResponsepublic RepushJobResponse()
- 
RepushJobResponse
 
- 
- 
Method Details- 
getExecutionId
- 
copyValueOfThis method copies the values of another RepushJobInstance. This is to 1. put up with StoresRoutes::repushStore() and VeniceRouteHandler::internalHandle receiving the response through a response instance passed into the method rather than a return value 2. centralise the object field value duplication in this class to ensure all information are copied
 
-