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
 

Subclasses of HBaseServer.Call in org.apache.hadoop.hbase.ipc
protected  class SecureServer.SecureCall
           
 

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
           
 

Methods in org.apache.hadoop.hbase.ipc with parameters of type HBaseServer.Call
protected  void HBaseServer.setupResponse(ByteArrayOutputStream response, HBaseServer.Call call, org.apache.hadoop.hbase.ipc.Status status, org.apache.hadoop.io.Writable rv, String errorClass, String error)
          Setup response for the IPC Call.
 

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 © 2015 The Apache Software Foundation. All Rights Reserved.