Class NodeStatusResponse
java.lang.Object
com.linkedin.venice.controllerapi.ControllerResponse
com.linkedin.venice.controllerapi.NodeStatusResponse
Response to represent the status of a node
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setDetails
(String details) void
setRemovable
(boolean removable) Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName, toString
-
Constructor Details
-
NodeStatusResponse
public NodeStatusResponse()
-
-
Method Details
-
isRemovable
public boolean isRemovable() -
setRemovable
public void setRemovable(boolean removable) -
getDetails
-
setDetails
-