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

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

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  SecureClient.SecureConnection SecureClient.createConnection(HBaseClient.ConnectionId remoteId)
          Creates a SecureConnection.
protected  HBaseClient.Connection HBaseClient.createConnection(HBaseClient.ConnectionId remoteId)
          Creates a connection.
 

Constructors in org.apache.hadoop.hbase.ipc with parameters of type HBaseClient.ConnectionId
SecureClient.SecureConnection(HBaseClient.ConnectionId remoteId)
           
 



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