Uses of Class
org.apache.iotdb.confignode.consensus.request.read.partition.GetDataPartitionPlan
Packages that use GetDataPartitionPlan
Package
Description
-
Uses of GetDataPartitionPlan in org.apache.iotdb.confignode.consensus.request.read.partition
Methods in org.apache.iotdb.confignode.consensus.request.read.partition that return GetDataPartitionPlanModifier and TypeMethodDescriptionstatic GetDataPartitionPlanGetDataPartitionPlan.convertFromRpcTDataPartitionReq(TDataPartitionReq req) Convert TDataPartitionReq to GetDataPartitionPlan. -
Uses of GetDataPartitionPlan in org.apache.iotdb.confignode.manager
Methods in org.apache.iotdb.confignode.manager with parameters of type GetDataPartitionPlanModifier and TypeMethodDescriptionConfigManager.getDataPartition(GetDataPartitionPlan getDataPartitionPlan) IManager.getDataPartition(GetDataPartitionPlan getDataPartitionPlan) Get DataPartition. -
Uses of GetDataPartitionPlan in org.apache.iotdb.confignode.manager.partition
Methods in org.apache.iotdb.confignode.manager.partition with parameters of type GetDataPartitionPlanModifier and TypeMethodDescriptionPartitionManager.getDataPartition(GetDataPartitionPlan req) Thread-safely get DataPartition -
Uses of GetDataPartitionPlan in org.apache.iotdb.confignode.persistence.partition
Methods in org.apache.iotdb.confignode.persistence.partition with parameters of type GetDataPartitionPlanModifier and TypeMethodDescriptionPartitionInfo.getDataPartition(GetDataPartitionPlan plan) Thread-safely get DataPartition.