Uses of Class
org.apache.iotdb.confignode.exception.DatabaseNotExistsException
Packages that use DatabaseNotExistsException
Package
Description
-
Uses of DatabaseNotExistsException in org.apache.iotdb.confignode.manager.load
Methods in org.apache.iotdb.confignode.manager.load that throw DatabaseNotExistsExceptionModifier and TypeMethodDescriptionLoadManager.allocateDataPartition(Map<String, Map<TSeriesPartitionSlot, TTimeSlotList>> unassignedDataPartitionSlotsMap) Allocate DataPartitions.LoadManager.allocateRegionGroups(Map<String, Integer> allotmentMap, TConsensusGroupType consensusGroupType) Generate an optimal CreateRegionGroupsPlan. -
Uses of DatabaseNotExistsException in org.apache.iotdb.confignode.manager.load.balancer
Methods in org.apache.iotdb.confignode.manager.load.balancer that throw DatabaseNotExistsExceptionModifier and TypeMethodDescriptionPartitionBalancer.allocateDataPartition(Map<String, Map<TSeriesPartitionSlot, TTimeSlotList>> unassignedDataPartitionSlotsMap) Allocate DataPartitionsRegionBalancer.genRegionGroupsAllocationPlan(Map<String, Integer> allotmentMap, TConsensusGroupType consensusGroupType) Generate a RegionGroups' allocation plan(CreateRegionGroupsPlan) -
Uses of DatabaseNotExistsException in org.apache.iotdb.confignode.manager.partition
Methods in org.apache.iotdb.confignode.manager.partition that throw DatabaseNotExistsExceptionModifier and TypeMethodDescriptionPartitionManager.getAllRegionGroupIds(String database, TConsensusGroupType type) Only leader use this interface.intPartitionManager.getRegionGroupCount(String database, TConsensusGroupType type) Only leader use this interface. -
Uses of DatabaseNotExistsException in org.apache.iotdb.confignode.manager.schema
Methods in org.apache.iotdb.confignode.manager.schema that throw DatabaseNotExistsExceptionModifier and TypeMethodDescriptionClusterSchemaManager.getDatabaseSchemaByName(String database) Only leader use this interface.intClusterSchemaManager.getReplicationFactor(String database, TConsensusGroupType consensusGroupType) Only leader use this interface. -
Uses of DatabaseNotExistsException in org.apache.iotdb.confignode.persistence.partition
Methods in org.apache.iotdb.confignode.persistence.partition that throw DatabaseNotExistsExceptionModifier and TypeMethodDescriptionPartitionInfo.getAllRegionGroupIds(String database, TConsensusGroupType type) Only leader use this interface.intPartitionInfo.getRegionGroupCount(String database, TConsensusGroupType type) Only leader use this interface. -
Uses of DatabaseNotExistsException in org.apache.iotdb.confignode.persistence.schema
Methods in org.apache.iotdb.confignode.persistence.schema that throw DatabaseNotExistsExceptionModifier and TypeMethodDescriptionClusterSchemaInfo.getMatchedDatabaseSchemaByName(String database) Only leader use this interface.