Uses of Enum
org.apache.iotdb.itbase.runtime.NodeConnection.ConnectionRole
Packages that use NodeConnection.ConnectionRole
-
Uses of NodeConnection.ConnectionRole in org.apache.iotdb.itbase.runtime
Methods in org.apache.iotdb.itbase.runtime that return NodeConnection.ConnectionRoleModifier and TypeMethodDescriptionNodeConnection.getConnectionRole()Returns the enum constant of this type with the specified name.static NodeConnection.ConnectionRole[]NodeConnection.ConnectionRole.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.ConnectionRoleModifierConstructorDescriptionNodeConnection(String endpoint, NodeConnection.NodeRole nodeRole, NodeConnection.ConnectionRole connectionRole, Connection underlyingConnecton)