Uses of Class
org.apache.iotdb.confignode.consensus.request.write.region.CreateRegionGroupsPlan
Packages that use CreateRegionGroupsPlan
Package
Description
-
Uses of CreateRegionGroupsPlan in org.apache.iotdb.confignode.manager
Methods in org.apache.iotdb.confignode.manager with parameters of type CreateRegionGroupsPlanModifier and TypeMethodDescriptionProcedureManager.createRegionGroups(TConsensusGroupType consensusGroupType, CreateRegionGroupsPlan createRegionGroupsPlan) GenerateCreateRegionGroupsProcedureand wait until it finished. -
Uses of CreateRegionGroupsPlan in org.apache.iotdb.confignode.manager.load
Methods in org.apache.iotdb.confignode.manager.load that return CreateRegionGroupsPlanModifier and TypeMethodDescriptionLoadManager.allocateRegionGroups(Map<String, Integer> allotmentMap, TConsensusGroupType consensusGroupType) Generate an optimal CreateRegionGroupsPlan. -
Uses of CreateRegionGroupsPlan in org.apache.iotdb.confignode.manager.load.balancer
Methods in org.apache.iotdb.confignode.manager.load.balancer that return CreateRegionGroupsPlanModifier and TypeMethodDescriptionRegionBalancer.genRegionGroupsAllocationPlan(Map<String, Integer> allotmentMap, TConsensusGroupType consensusGroupType) Generate a RegionGroups' allocation plan(CreateRegionGroupsPlan) -
Uses of CreateRegionGroupsPlan in org.apache.iotdb.confignode.persistence.partition
Methods in org.apache.iotdb.confignode.persistence.partition with parameters of type CreateRegionGroupsPlanModifier and TypeMethodDescriptionPartitionInfo.createRegionGroups(CreateRegionGroupsPlan plan) Thread-safely cache allocation result of new RegionGroups. -
Uses of CreateRegionGroupsPlan in org.apache.iotdb.confignode.procedure.env
Methods in org.apache.iotdb.confignode.procedure.env with parameters of type CreateRegionGroupsPlanModifier and TypeMethodDescriptionConfigNodeProcedureEnv.doRegionCreation(TConsensusGroupType consensusGroupType, CreateRegionGroupsPlan createRegionGroupsPlan) Do region creations and broadcast theCreateRegionGroupsPlan.voidConfigNodeProcedureEnv.persistRegionGroup(CreateRegionGroupsPlan createRegionGroupsPlan) -
Uses of CreateRegionGroupsPlan in org.apache.iotdb.confignode.procedure.impl.region
Constructors in org.apache.iotdb.confignode.procedure.impl.region with parameters of type CreateRegionGroupsPlanModifierConstructorDescriptionCreateRegionGroupsProcedure(TConsensusGroupType consensusGroupType, CreateRegionGroupsPlan createRegionGroupsPlan) CreateRegionGroupsProcedure(TConsensusGroupType consensusGroupType, CreateRegionGroupsPlan createRegionGroupsPlan, CreateRegionGroupsPlan persistPlan, Map<TConsensusGroupId, TRegionReplicaSet> failedRegionReplicaSets)