Uses of Class
io.datarouter.client.hbase.cluster.DrRegionInfo
| Package | Description |
|---|---|
| io.datarouter.client.hbase.balancer | |
| io.datarouter.client.hbase.balancer.imp | |
| io.datarouter.client.hbase.cluster | |
| io.datarouter.client.hbase.compaction |
-
Uses of DrRegionInfo in io.datarouter.client.hbase.balancer
Fields in io.datarouter.client.hbase.balancer with type parameters of type DrRegionInfo Modifier and Type Field Description protected 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 DrRegionInfo Modifier and Type Method Description Map<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 DrRegionInfo Modifier and Type Method Description DrRegionInfo<?>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 DrRegionInfo Modifier and Type Method Description List<DrRegionInfo<?>>DrRegionListFactory.DrRegionList. getRegions()LinkedHashMap<String,List<DrRegionInfo<?>>>DrRegionListFactory.DrRegionList. getRegionsGroupedBy(String groupBy)Methods in io.datarouter.client.hbase.cluster with parameters of type DrRegionInfo Modifier and Type Method Description intDrRegionInfo. compareTo(DrRegionInfo<?> other) -
Uses of DrRegionInfo in io.datarouter.client.hbase.compaction
Methods in io.datarouter.client.hbase.compaction with parameters of type DrRegionInfo Modifier and Type Method Description default DurationHBaseCompactionInfo. getCompactionPeriod(DrRegionInfo<?> regionInfo)Constructors in io.datarouter.client.hbase.compaction with parameters of type DrRegionInfo Constructor Description DrhCompactionScheduler(HBaseCompactionInfo compactionInfo, DrRegionInfo<PK> regionInfo)