Package com.linkedin.venice.routerapi
Class PushStatusResponse
- java.lang.Object
-
- com.linkedin.venice.controllerapi.ControllerResponse
-
- com.linkedin.venice.routerapi.PushStatusResponse
-
public class PushStatusResponse extends ControllerResponse
Push job status response for a resource; this is a response that will be returned by Router.
-
-
Constructor Summary
Constructors Constructor Description PushStatusResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionStatus
getExecutionStatus()
void
setExecutionStatus(ExecutionStatus executionStatus)
-
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName, toString
-
-
-
-
Method Detail
-
getExecutionStatus
public ExecutionStatus getExecutionStatus()
-
setExecutionStatus
public void setExecutionStatus(ExecutionStatus executionStatus)
-
-