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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
copyValueOf
(RepushJobResponse response) This method copies the values of another RepushJobInstance.Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
copyValueOf, getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName, toString
-
Field Details
-
DEFAULT_EXECUTION_ID
- See Also:
-
-
Constructor Details
-
RepushJobResponse
public RepushJobResponse() -
RepushJobResponse
-
-
Method Details
-
getExecutionId
-
copyValueOf
This 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
-