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

Packages that use HConnection
org.apache.hadoop.hbase.catalog   
org.apache.hadoop.hbase.client Provides HBase Client 
 

Uses of HConnection in org.apache.hadoop.hbase.catalog
 

Methods in org.apache.hadoop.hbase.catalog that return HConnection
 HConnection CatalogTracker.getConnection()
           
 

Constructors in org.apache.hadoop.hbase.catalog with parameters of type HConnection
CatalogTracker(HConnection connection)
          Constructs a catalog tracker.
CatalogTracker(ZooKeeperWatcher zk, HConnection connection, Abortable abortable)
          Constructs the catalog tracker.
CatalogTracker(ZooKeeperWatcher zk, HConnection connection, Abortable abortable, int defaultTimeout)
          Constructs the catalog tracker.
 

Uses of HConnection in org.apache.hadoop.hbase.client
 

Fields in org.apache.hadoop.hbase.client declared as HConnection
protected  HConnection ServerCallable.connection
           
 

Methods in org.apache.hadoop.hbase.client that return HConnection
 HConnection HTable.getConnection()
          INTERNAL Used by unit tests and tools to do low-level manipulations.
 HConnection HBaseAdmin.getConnection()
           
static HConnection HConnectionManager.getConnection(org.apache.hadoop.conf.Configuration conf)
          Get the connection that goes with the passed conf configuration instance.
 

Constructors in org.apache.hadoop.hbase.client with parameters of type HConnection
ScannerCallable(HConnection connection, byte[] tableName, Scan scan)
           
ServerCallable(HConnection connection, byte[] tableName, byte[] row)
           
 



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