Uses of Interface
org.apache.hadoop.hbase.ipc.QueueBalancer

Packages that use org.apache.hadoop.hbase.ipc.QueueBalancer
Package
Description
Tools to help define network clients and servers.
  • 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 in
    Modifier and Type
    Class
    Description
    class 
    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 in
    Modifier and Type
    Method
    Description
    static 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)