Uses of Class
io.datarouter.client.hbase.cluster.DrRegionInfo
Packages that use DrRegionInfo
Package
Description
-
Uses of DrRegionInfo in io.datarouter.client.hbase.balancer
Fields in io.datarouter.client.hbase.balancer with type parameters of type DrRegionInfoModifier and TypeFieldDescriptionprotected SortedMap<DrRegionInfo<?>,org.apache.hadoop.hbase.ServerName> BaseHBaseRegionBalancer.serverByRegion -
Uses of DrRegionInfo in io.datarouter.client.hbase.balancer.imp
Methods in io.datarouter.client.hbase.balancer.imp that return types with arguments of type DrRegionInfoModifier and TypeMethodDescriptionMap<DrRegionInfo<?>,org.apache.hadoop.hbase.ServerName> ConsistentHashBalancer.call()SortedMap<DrRegionInfo<?>,org.apache.hadoop.hbase.ServerName> EntityPartitionBalancer.call()Map<DrRegionInfo<?>,org.apache.hadoop.hbase.ServerName> NoOpBalancer.call() -
Uses of DrRegionInfo in io.datarouter.client.hbase.cluster
Methods in io.datarouter.client.hbase.cluster that return DrRegionInfoModifier and TypeMethodDescriptionDrRegionInfo<?>DrRegionListFactory.DrRegionList.getRegionAfter(String encodedName) DrRegionInfo<?>DrRegionListFactory.DrRegionList.getRegionByEncodedName(String encodedName) Methods in io.datarouter.client.hbase.cluster that return types with arguments of type DrRegionInfoModifier and TypeMethodDescriptionList<DrRegionInfo<?>>DrRegionListFactory.DrRegionList.getRegions()DrRegionListFactory.DrRegionList.getRegionsGroupedBy(String groupBy) Methods in io.datarouter.client.hbase.cluster with parameters of type DrRegionInfo -
Uses of DrRegionInfo in io.datarouter.client.hbase.compaction
Methods in io.datarouter.client.hbase.compaction with parameters of type DrRegionInfoModifier and TypeMethodDescriptiondefault DurationHBaseCompactionInfo.getCompactionPeriod(DrRegionInfo<?> regionInfo) Constructors in io.datarouter.client.hbase.compaction with parameters of type DrRegionInfoModifierConstructorDescriptionDrhCompactionScheduler(HBaseCompactionInfo compactionInfo, DrRegionInfo<PK> regionInfo)