Uses of Interface
org.apache.iotdb.itbase.env.BaseNodeWrapper
Packages that use BaseNodeWrapper
Package
Description
-
Uses of BaseNodeWrapper in org.apache.iotdb.it.env.cluster.env
Method parameters in org.apache.iotdb.it.env.cluster.env with type arguments of type BaseNodeWrapperModifier and TypeMethodDescriptionvoidAbstractEnv.ensureNodeStatus(List<BaseNodeWrapper> nodes, List<NodeStatus> targetStatus) -
Uses of BaseNodeWrapper in org.apache.iotdb.it.env.cluster.node
Classes in org.apache.iotdb.it.env.cluster.node that implement BaseNodeWrapperModifier and TypeClassDescriptionclassclassclassclass -
Uses of BaseNodeWrapper in org.apache.iotdb.it.env.remote.env
Method parameters in org.apache.iotdb.it.env.remote.env with type arguments of type BaseNodeWrapperModifier and TypeMethodDescriptionvoidRemoteServerEnv.ensureNodeStatus(List<BaseNodeWrapper> nodes, List<NodeStatus> targetStatus) -
Uses of BaseNodeWrapper in org.apache.iotdb.itbase.env
Method parameters in org.apache.iotdb.itbase.env with type arguments of type BaseNodeWrapperModifier and TypeMethodDescriptionvoidBaseEnv.ensureNodeStatus(List<BaseNodeWrapper> nodes, List<NodeStatus> targetStatus) Ensure all the nodes being in the corresponding status.