Uses of Class
org.apache.iotdb.itbase.runtime.NodeConnection
Packages that use NodeConnection
-
Uses of NodeConnection in org.apache.iotdb.it.env.cluster.env
Methods in org.apache.iotdb.it.env.cluster.env that return NodeConnectionModifier and TypeMethodDescriptionprotected NodeConnectionAbstractEnv.getWriteConnection(Constant.Version version, String username, String password) protected NodeConnectionAbstractEnv.getWriteConnectionFromDataNodeList(List<DataNodeWrapper> dataNodeList, Constant.Version version, String username, String password) protected NodeConnectionAbstractEnv.getWriteConnectionWithSpecifiedDataNode(DataNodeWrapper dataNode, Constant.Version version, String username, String password) Methods in org.apache.iotdb.it.env.cluster.env that return types with arguments of type NodeConnectionModifier and TypeMethodDescriptionprotected List<NodeConnection>AbstractEnv.getReadConnections(Constant.Version version, String username, String password) protected List<NodeConnection>AbstractEnv.getReadConnections(Constant.Version version, DataNodeWrapper dataNode, String username, String password) -
Uses of NodeConnection in org.apache.iotdb.itbase.runtime
Constructors in org.apache.iotdb.itbase.runtime with parameters of type NodeConnectionModifierConstructorDescriptionClusterTestConnection(NodeConnection writeConnection, List<NodeConnection> readConnections) ClusterTestStatement(NodeConnection writeConnection, List<NodeConnection> readConnections) Constructor parameters in org.apache.iotdb.itbase.runtime with type arguments of type NodeConnectionModifierConstructorDescriptionClusterTestConnection(NodeConnection writeConnection, List<NodeConnection> readConnections) ClusterTestStatement(NodeConnection writeConnection, List<NodeConnection> readConnections)