org.apache.hadoop.hbase.ipc
Class RpcExecutor.QueueBalancer

java.lang.Object
  extended by org.apache.hadoop.hbase.ipc.RpcExecutor.QueueBalancer
Enclosing class:
RpcExecutor

public abstract static class RpcExecutor.QueueBalancer
extends Object


Constructor Summary
RpcExecutor.QueueBalancer()
           
 
Method Summary
abstract  int getNextQueue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RpcExecutor.QueueBalancer

public RpcExecutor.QueueBalancer()
Method Detail

getNextQueue

public abstract int getNextQueue()
Returns:
the index of the next queue to which a request should be inserted


Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.