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

Packages that use RpcClient.Call
org.apache.hadoop.hbase.ipc   
 

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

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

Methods in org.apache.hadoop.hbase.ipc with parameters of type RpcClient.Call
protected  void RpcClient.Connection.addCall(RpcClient.Call call)
          Add a call to this connection's call queue and notify a listener; synchronized.
protected  RpcClient.Connection RpcClient.getConnection(User ticket, RpcClient.Call call, InetSocketAddress addr, int rpcTimeout, Codec codec, org.apache.hadoop.io.compress.CompressionCodec compressor)
           
protected  void RpcClient.Connection.writeRequest(RpcClient.Call call, int priority)
          Initiates a call by sending the parameter to the remote server.
 



Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.