Uses of Class
org.apache.hadoop.hbase.ipc.HBaseServer.Call

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

Uses of HBaseServer.Call in org.apache.hadoop.hbase.ipc
 

Fields in org.apache.hadoop.hbase.ipc with type parameters of type HBaseServer.Call
protected  BlockingQueue<HBaseServer.Call> HBaseServer.callQueue
           
protected static ThreadLocal<HBaseServer.Call> HBaseServer.CurCall
          This is set to Call object before Handler invokes an RPC and reset after the call returns.
protected  BlockingQueue<HBaseServer.Call> HBaseServer.priorityCallQueue
           
protected  BlockingQueue<HBaseServer.Call> HBaseServer.replicationQueue
          replication related queue;
protected  LinkedList<HBaseServer.Call> HBaseServer.Connection.responseQueue
           
 

Method parameters in org.apache.hadoop.hbase.ipc with type arguments of type HBaseServer.Call
protected  void HBaseServer.updateCallQueueLenMetrics(BlockingQueue<HBaseServer.Call> queue)
          Reports length of the call queue to HBaseRpcMetrics.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.