Uses of Class
org.apache.iotdb.confignode.manager.load.cache.region.RegionStatistics
Packages that use RegionStatistics
Package
Description
-
Uses of RegionStatistics in org.apache.iotdb.confignode.manager.load.balancer.router.leader
Fields in org.apache.iotdb.confignode.manager.load.balancer.router.leader with type parameters of type RegionStatisticsModifier and TypeFieldDescriptionprotected final Map<TConsensusGroupId,Map<Integer, RegionStatistics>> AbstractLeaderBalancer.regionStatisticsMap -
Uses of RegionStatistics in org.apache.iotdb.confignode.manager.load.cache
Methods in org.apache.iotdb.confignode.manager.load.cache that return types with arguments of type RegionStatisticsModifier and TypeMethodDescriptionLoadCache.getCurrentRegionStatisticsMap(TConsensusGroupType type) Get the RegionStatistics of all Regions. -
Uses of RegionStatistics in org.apache.iotdb.confignode.manager.load.cache.region
Methods in org.apache.iotdb.confignode.manager.load.cache.region that return RegionStatisticsModifier and TypeMethodDescriptionstatic RegionStatisticsRegionStatistics.generateDefaultRegionStatistics()RegionCache.getCurrentStatistics()Methods in org.apache.iotdb.confignode.manager.load.cache.region that return types with arguments of type RegionStatisticsConstructor parameters in org.apache.iotdb.confignode.manager.load.cache.region with type arguments of type RegionStatisticsModifierConstructorDescriptionRegionGroupStatistics(RegionGroupStatus regionGroupStatus, Map<Integer, RegionStatistics> regionStatisticsMap)