Package org.apache.iotdb.itbase.runtime
Class NodeConnection
java.lang.Object
org.apache.iotdb.itbase.runtime.NodeConnection
this is the connection instance of one single node.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionNodeConnection(String endpoint, NodeConnection.NodeRole nodeRole, NodeConnection.ConnectionRole connectionRole, Connection underlyingConnecton) -
Method Summary
-
Constructor Details
-
NodeConnection
public NodeConnection(String endpoint, NodeConnection.NodeRole nodeRole, NodeConnection.ConnectionRole connectionRole, Connection underlyingConnecton)
-
-
Method Details