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 
org.apache.hadoop.hbase.mapreduce Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
 

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

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

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.
 

Methods in org.apache.hadoop.hbase.client with parameters of type HConnection
abstract  T HConnectionManager.HConnectable.connect(HConnection connection)
           
static void HConnectionManager.deleteStaleConnection(HConnection connection)
          Delete stale connection information for the instance specified by configuration.
 

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)
           
 

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

Methods in org.apache.hadoop.hbase.mapreduce with parameters of type HConnection
protected  void LoadIncrementalHFiles.bulkLoadPhase(HTable table, HConnection conn, ExecutorService pool, Deque<org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> queue, com.google.common.collect.Multimap<ByteBuffer,org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> regionGroups)
          This takes the LQI's grouped by likely regions and attempts to bulk load them.
protected  List<org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> LoadIncrementalHFiles.tryAtomicRegionLoad(HConnection conn, byte[] tableName, byte[] first, Collection<org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> lqis)
          Attempts to do an atomic load of many hfiles into a region.
 



Copyright © 2012 Cloudera. All Rights Reserved.