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

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

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

Fields in org.apache.hadoop.hbase.ipc with type parameters of type RpcClient.Connection
protected  PoolMap<RpcClient.ConnectionId,RpcClient.Connection> RpcClient.connections
           
 

Methods in org.apache.hadoop.hbase.ipc that return RpcClient.Connection
protected  RpcClient.Connection RpcClient.createConnection(RpcClient.ConnectionId remoteId, Codec codec, org.apache.hadoop.io.compress.CompressionCodec compressor)
          Creates a connection.
protected  RpcClient.Connection RpcClient.getConnection(User ticket, RpcClient.Call call, InetSocketAddress addr, int rpcTimeout, Codec codec, org.apache.hadoop.io.compress.CompressionCodec compressor)
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.