Uses of Class
io.datarouter.client.hbase.cluster.DrServerList
| Package | Description |
|---|---|
| io.datarouter.client.hbase.balancer | |
| io.datarouter.client.hbase.balancer.imp | |
| io.datarouter.client.hbase.cluster |
-
Uses of DrServerList in io.datarouter.client.hbase.balancer
Fields in io.datarouter.client.hbase.balancer declared as DrServerList Modifier and Type Field Description protected DrServerListBaseHBaseRegionBalancer. drhServerListMethods in io.datarouter.client.hbase.balancer with parameters of type DrServerList Modifier and Type Method Description BaseHBaseRegionBalancerBaseHBaseRegionBalancer. init(io.datarouter.model.key.entity.EntityPartitioner<?> entityPartitioner, DrServerList drhServerList, DrRegionListFactory.DrRegionList drhRegionList) -
Uses of DrServerList in io.datarouter.client.hbase.balancer.imp
Methods in io.datarouter.client.hbase.balancer.imp with parameters of type DrServerList Modifier and Type Method Description static java.util.SortedMap<java.lang.Long,org.apache.hadoop.hbase.ServerName>ConsistentHashBalancer. buildServerHashRing(DrServerList servers, int numBucketsPerNode) -
Uses of DrServerList in io.datarouter.client.hbase.cluster
Methods in io.datarouter.client.hbase.cluster with parameters of type DrServerList Modifier and Type Method Description DrRegionListFactory.DrRegionListDrRegionListFactory. make(io.datarouter.storage.client.ClientId clientId, DrServerList servers, java.lang.String tableName, io.datarouter.storage.node.type.physical.PhysicalNode<?,?,?> node, BaseHBaseRegionBalancer balancer, HBaseCompactionInfo compactionInfo)