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
 

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 IpcProtocol> protocol, User ticket, int rpcTimeout, HBaseClient.Call call, Codec codec, org.apache.hadoop.io.compress.CompressionCodec compressor)
           
protected  void HBaseClient.Connection.writeRequest(HBaseClient.Call call)
          Initiates a call by sending the parameter to the remote server.
 



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