Class TrackableControllerResponse

java.lang.Object
com.linkedin.venice.controllerapi.ControllerResponse
com.linkedin.venice.controllerapi.TrackableControllerResponse
Direct Known Subclasses:
MultiVersionResponse

public class TrackableControllerResponse extends ControllerResponse
Extend this class to create response objects for async command. Execution id is added to track the execution status of async command.
  • Constructor Details

    • TrackableControllerResponse

      public TrackableControllerResponse()
  • Method Details

    • getExecutionId

      public long getExecutionId()
    • setExecutionId

      public void setExecutionId(long executionId)
    • toString

      public String toString()
      Overrides:
      toString in class ControllerResponse