Class NoOpBalancer
java.lang.Object
io.datarouter.client.hbase.balancer.BaseHBaseRegionBalancer
io.datarouter.client.hbase.balancer.imp.NoOpBalancer
- All Implemented Interfaces:
Callable<Map<DrRegionInfo<?>,org.apache.hadoop.hbase.ServerName>>
public class NoOpBalancer extends BaseHBaseRegionBalancer
Return the current server for each region.
-
Field Summary
Fields inherited from class io.datarouter.client.hbase.balancer.BaseHBaseRegionBalancer
drhRegionList, drhServerList, entityPartitioner, serverByRegion, tableName -
Constructor Summary
Constructors Constructor Description NoOpBalancer(String tableName) -
Method Summary
Modifier and Type Method Description Map<DrRegionInfo<?>,org.apache.hadoop.hbase.ServerName>call()Methods inherited from class io.datarouter.client.hbase.balancer.BaseHBaseRegionBalancer
assertRegionCountsConsistent, getServerByRegionStringForDebug, init
-
Constructor Details
-
NoOpBalancer
-
-
Method Details
-
call
-