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

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

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

Subclasses of HBaseClient.Call in org.apache.hadoop.hbase.ipc
protected  class HBaseClient.ParallelCall
          Call implementation used for parallel calls.
 

Fields in org.apache.hadoop.hbase.ipc with type parameters of type HBaseClient.Call
protected  ConcurrentSkipListMap<Integer,HBaseClient.Call> HBaseClient.Connection.calls
           
 

Methods in org.apache.hadoop.hbase.ipc with parameters of type HBaseClient.Call
protected  void HBaseClient.Connection.addCall(HBaseClient.Call call)
          Add a call to this connection's call queue and notify a listener; synchronized.
protected  HBaseClient.Connection HBaseClient.getConnection(InetSocketAddress addr, Class<? extends VersionedProtocol> protocol, User ticket, int rpcTimeout, HBaseClient.Call call)
           
protected  void HBaseClient.Connection.sendParam(HBaseClient.Call call)
           
 



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