Uses of Enum
org.apache.iotdb.itbase.runtime.NodeConnection.NodeRole
Packages that use NodeConnection.NodeRole
-
Uses of NodeConnection.NodeRole in org.apache.iotdb.itbase.runtime
Methods in org.apache.iotdb.itbase.runtime that return NodeConnection.NodeRoleModifier and TypeMethodDescriptionNodeConnection.getNodeRole()static NodeConnection.NodeRoleReturns the enum constant of this type with the specified name.static NodeConnection.NodeRole[]NodeConnection.NodeRole.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.iotdb.itbase.runtime with parameters of type NodeConnection.NodeRoleModifierConstructorDescriptionNodeConnection(String endpoint, NodeConnection.NodeRole nodeRole, NodeConnection.ConnectionRole connectionRole, Connection underlyingConnecton)