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

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

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

Fields in org.apache.hadoop.hbase.ipc declared as RpcClient.ConnectionId
protected  RpcClient.ConnectionId RpcClient.Connection.remoteId
           
 

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

Methods in org.apache.hadoop.hbase.ipc with parameters of type RpcClient.ConnectionId
protected  RpcClient.Connection RpcClient.createConnection(RpcClient.ConnectionId remoteId, Codec codec, org.apache.hadoop.io.compress.CompressionCodec compressor)
          Creates a connection.
 



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