Uses of Class
org.apache.hadoop.hbase.ipc.CallRunner

Packages that use CallRunner
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
 

Uses of CallRunner in org.apache.hadoop.hbase.ipc
 

Fields in org.apache.hadoop.hbase.ipc with type parameters of type CallRunner
protected  List<BlockingQueue<CallRunner>> BalancedQueueRpcExecutor.queues
           
 

Methods in org.apache.hadoop.hbase.ipc that return types with arguments of type CallRunner
protected  List<BlockingQueue<CallRunner>> RWQueueRpcExecutor.getQueues()
           
 List<BlockingQueue<CallRunner>> BalancedQueueRpcExecutor.getQueues()
           
protected abstract  List<BlockingQueue<CallRunner>> RpcExecutor.getQueues()
          Returns the list of request queues
 

Methods in org.apache.hadoop.hbase.ipc with parameters of type CallRunner
 void RWQueueRpcExecutor.dispatch(CallRunner callTask)
           
 void BalancedQueueRpcExecutor.dispatch(CallRunner callTask)
           
 void SimpleRpcScheduler.dispatch(CallRunner callTask)
           
 void FifoRpcScheduler.dispatch(CallRunner task)
           
abstract  void RpcExecutor.dispatch(CallRunner callTask)
          Add the request to the executor queue
abstract  void RpcScheduler.dispatch(CallRunner task)
          Dispatches an RPC request asynchronously.
 

Method parameters in org.apache.hadoop.hbase.ipc with type arguments of type CallRunner
protected  void RpcExecutor.consumerLoop(BlockingQueue<CallRunner> myQueue)
           
protected  void RpcExecutor.startHandlers(String nameSuffix, int numHandlers, List<BlockingQueue<CallRunner>> callQueues, int qindex, int qsize, int port)
           
 



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