Class TrackableControllerResponse
java.lang.Object
com.linkedin.venice.controllerapi.ControllerResponse
com.linkedin.venice.controllerapi.TrackableControllerResponse
- Direct Known Subclasses:
MultiVersionResponse
Extend this class to create response objects for async command. Execution id is added to track the execution status
of async command.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName
-
Constructor Details
-
TrackableControllerResponse
public TrackableControllerResponse()
-
-
Method Details
-
getExecutionId
public long getExecutionId() -
setExecutionId
public void setExecutionId(long executionId) -
toString
- Overrides:
toString
in classControllerResponse
-