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  LinkedList<HBaseServer.Call> HBaseServer.Connection.responseQueue
           
 



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