Uses of Class
org.apache.iotdb.metrics.utils.NodeType
-
Packages that use NodeType Package Description org.apache.iotdb.metrics.config org.apache.iotdb.metrics.utils -
-
Uses of NodeType in org.apache.iotdb.metrics.config
Methods in org.apache.iotdb.metrics.config that return NodeType Modifier and Type Method Description NodeTypeMetricConfig. getNodeType()Methods in org.apache.iotdb.metrics.config with parameters of type NodeType Modifier and Type Method Description voidMetricConfig. updateRpcInstance(java.lang.String clusterName, NodeType nodeType, java.lang.String internalDatabase)Update rpc address and rpc port of monitored node. -
Uses of NodeType in org.apache.iotdb.metrics.utils
Methods in org.apache.iotdb.metrics.utils that return NodeType Modifier and Type Method Description static NodeTypeNodeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-