Uses of Class
org.apache.iotdb.commons.cluster.NodeStatus
-
Packages that use NodeStatus Package Description org.apache.iotdb.commons.cluster org.apache.iotdb.commons.conf -
-
Uses of NodeStatus in org.apache.iotdb.commons.cluster
Methods in org.apache.iotdb.commons.cluster that return NodeStatus Modifier and Type Method Description static NodeStatusNodeStatus. parse(java.lang.String status)static NodeStatusNodeStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NodeStatus[]NodeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.commons.cluster with parameters of type NodeStatus Modifier and Type Method Description static booleanNodeStatus. isNormalStatus(NodeStatus status) -
Uses of NodeStatus in org.apache.iotdb.commons.conf
Methods in org.apache.iotdb.commons.conf that return NodeStatus Modifier and Type Method Description NodeStatusCommonConfig. getNodeStatus()NodeStatusCommonConfig. getStatus()Methods in org.apache.iotdb.commons.conf with parameters of type NodeStatus Modifier and Type Method Description voidCommonConfig. setNodeStatus(NodeStatus newStatus)voidCommonConfig. setStatus(NodeStatus status)
-