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

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

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

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

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

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



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