Uses of Class
org.apache.iotdb.db.mpp.plan.planner.distribution.NodeDistributionType
-
Packages that use NodeDistributionType Package Description org.apache.iotdb.db.mpp.plan.planner.distribution -
-
Uses of NodeDistributionType in org.apache.iotdb.db.mpp.plan.planner.distribution
Fields in org.apache.iotdb.db.mpp.plan.planner.distribution declared as NodeDistributionType Modifier and Type Field Description protected NodeDistributionTypeNodeDistribution. typeMethods in org.apache.iotdb.db.mpp.plan.planner.distribution that return NodeDistributionType Modifier and Type Method Description static NodeDistributionTypeNodeDistributionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NodeDistributionType[]NodeDistributionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.iotdb.db.mpp.plan.planner.distribution with parameters of type NodeDistributionType Constructor Description NodeDistribution(NodeDistributionType type)NodeDistribution(NodeDistributionType type, org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet region)
-