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 java.util.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 java.util.Map<DrRegionInfo<?>,org.apache.hadoop.hbase.ServerName>ConsistentHashBalancer. call()java.util.SortedMap<DrRegionInfo<?>,org.apache.hadoop.hbase.ServerName>EntityPartitionBalancer. call()java.util.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(java.lang.String encodedName)DrRegionInfo<?>DrRegionListFactory.DrRegionList. getRegionByEncodedName(java.lang.String encodedName)Methods in io.datarouter.client.hbase.cluster that return types with arguments of type DrRegionInfo Modifier and Type Method Description java.util.List<DrRegionInfo<?>>DrRegionListFactory.DrRegionList. getRegions()java.util.LinkedHashMap<java.lang.String,java.util.List<DrRegionInfo<?>>>DrRegionListFactory.DrRegionList. getRegionsGroupedBy(java.lang.String groupBy)Methods in io.datarouter.client.hbase.cluster with parameters of type DrRegionInfo Modifier and Type Method Description intDrRegionInfo. compareTo(DrRegionInfo<?> other)Constructor parameters in io.datarouter.client.hbase.cluster with type arguments of type DrRegionInfo Constructor Description HBaseTableManager(java.lang.Class<PK> pkClass, java.util.function.Supplier<java.util.List<DrRegionInfo<?>>> regionSupplier) -
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 java.time.DurationHBaseCompactionInfo. getCompactionPeriod(DrRegionInfo<?> regionInfo)Constructors in io.datarouter.client.hbase.compaction with parameters of type DrRegionInfo Constructor Description DrhCompactionScheduler(HBaseCompactionInfo compactionInfo, DrRegionInfo<PK> regionInfo)