Uses of Interface
org.apache.hadoop.hbase.HConnection

Packages that use HConnection
org.apache.hadoop.hbase   
 

Uses of HConnection in org.apache.hadoop.hbase
 

Fields in org.apache.hadoop.hbase declared as HConnection
protected  HConnection HTable.connection
           
protected  HConnection HBaseAdmin.connection
           
 

Methods in org.apache.hadoop.hbase that return HConnection
 HConnection HTable.getConnection()
           
static HConnection HConnectionManager.getConnection(HBaseConfiguration conf)
          Get the connection object for the instance specified by the configuration If no current connection exists, create a new connection for that instance
 



Copyright © 2008 The Apache Software Foundation