Class PartitionResponse
- java.lang.Object
-
- com.linkedin.venice.controllerapi.ControllerResponse
-
- com.linkedin.venice.controllerapi.PartitionResponse
-
public class PartitionResponse extends ControllerResponse
-
-
Constructor Summary
Constructors Constructor Description PartitionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPartitionCount()
void
setPartitionCount(int partitionCount)
java.lang.String
toString()
-
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName
-
-
-
-
Method Detail
-
getPartitionCount
public int getPartitionCount()
-
setPartitionCount
public void setPartitionCount(int partitionCount)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classControllerResponse
-
-