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

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

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

Subclasses of HBaseClient.Connection in org.apache.hadoop.hbase.ipc
protected  class SecureClient.SecureConnection
          Thread that reads responses and notifies callers.
 

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

Methods in org.apache.hadoop.hbase.ipc that return HBaseClient.Connection
protected  HBaseClient.Connection HBaseClient.createConnection(HBaseClient.ConnectionId remoteId)
          Creates a connection.
protected  HBaseClient.Connection HBaseClient.getConnection(InetSocketAddress addr, Class<? extends VersionedProtocol> protocol, User ticket, int rpcTimeout, HBaseClient.Call call)
           
 



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