Class MultiVersionResponse
- java.lang.Object
-
- com.linkedin.venice.controllerapi.ControllerResponse
-
- com.linkedin.venice.controllerapi.TrackableControllerResponse
-
- com.linkedin.venice.controllerapi.MultiVersionResponse
-
public class MultiVersionResponse extends TrackableControllerResponse
Created by mwise on 5/3/16.
-
-
Constructor Summary
Constructors Constructor Description MultiVersionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getVersions()
void
setVersions(int[] versions)
-
Methods inherited from class com.linkedin.venice.controllerapi.TrackableControllerResponse
getExecutionId, setExecutionId, toString
-
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName
-
-