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

Packages that use HConnection
org.apache.hadoop.hbase Provides HBase, the Hadoop simple database. 
 

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(Configuration 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 © 2006 The Apache Software Foundation