Uses of Interface
org.apache.hadoop.hbase.ipc.QueueBalancer
Packages that use org.apache.hadoop.hbase.ipc.QueueBalancer
-
Uses of org.apache.hadoop.hbase.ipc.QueueBalancer in org.apache.hadoop.hbase.ipc
Classes in org.apache.hadoop.hbase.ipc that implement org.apache.hadoop.hbase.ipc.QueueBalancer in inModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.ipc.RandomQueueBalancer
Queue balancer that just randomly selects a queue in the range [0, num queues).Methods in org.apache.hadoop.hbase.ipc that return org.apache.hadoop.hbase.ipc.QueueBalancer in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.ipc.QueueBalancer
RpcExecutor.getBalancer
(String executorName, org.apache.hadoop.conf.Configuration conf, List<BlockingQueue<org.apache.hadoop.hbase.ipc.CallRunner>> queues)