Class StoppableNodeStatusResponse
- java.lang.Object
-
- com.linkedin.venice.controllerapi.ControllerResponse
-
- com.linkedin.venice.controllerapi.StoppableNodeStatusResponse
-
public class StoppableNodeStatusResponse extends ControllerResponse
-
-
Constructor Summary
Constructors Constructor Description StoppableNodeStatusResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
getNonStoppableInstancesWithReasons()
java.util.List<java.lang.String>
getStoppableInstances()
void
setNonStoppableInstancesWithReason(java.util.Map<java.lang.String,java.lang.String> nonStoppableInstancesWithReasons)
void
setStoppableInstances(java.util.List<java.lang.String> stoppableInstances)
-
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName, toString
-
-
-
-
Method Detail
-
getNonStoppableInstancesWithReasons
public java.util.Map<java.lang.String,java.lang.String> getNonStoppableInstancesWithReasons()
-
setNonStoppableInstancesWithReason
public void setNonStoppableInstancesWithReason(java.util.Map<java.lang.String,java.lang.String> nonStoppableInstancesWithReasons)
-
getStoppableInstances
public java.util.List<java.lang.String> getStoppableInstances()
-
setStoppableInstances
public void setStoppableInstances(java.util.List<java.lang.String> stoppableInstances)
-
-