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

Packages that use HTableInterface
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.rest.client   
 

Uses of HTableInterface in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return HTableInterface
 HTableInterface CoprocessorEnvironment.getTable(byte[] tableName)
           
 

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

Classes in org.apache.hadoop.hbase.client that implement HTableInterface
 class HTable
          Used to communicate with a single HBase table.
 

Methods in org.apache.hadoop.hbase.client that return HTableInterface
protected  HTableInterface HTablePool.createHTable(String tableName)
           
 HTableInterface HTableFactory.createHTableInterface(org.apache.hadoop.conf.Configuration config, byte[] tableName)
           
 HTableInterface HTableInterfaceFactory.createHTableInterface(org.apache.hadoop.conf.Configuration config, byte[] tableName)
          Creates a new HTableInterface.
 HTableInterface HTablePool.getTable(byte[] tableName)
          Get a reference to the specified table from the pool.
 HTableInterface HTablePool.getTable(String tableName)
          Get a reference to the specified table from the pool.
 

Methods in org.apache.hadoop.hbase.client with parameters of type HTableInterface
 void HTablePool.putTable(HTableInterface table)
          Deprecated.  
 void HTableFactory.releaseHTableInterface(HTableInterface table)
           
 void HTableInterfaceFactory.releaseHTableInterface(HTableInterface table)
          Release the HTable resource represented by the table.
 

Uses of HTableInterface in org.apache.hadoop.hbase.coprocessor
 

Fields in org.apache.hadoop.hbase.coprocessor with type parameters of type HTableInterface
protected  List<HTableInterface> CoprocessorHost.Environment.openTables
          Accounting for tables opened by the coprocessor
 

Methods in org.apache.hadoop.hbase.coprocessor that return HTableInterface
 HTableInterface CoprocessorHost.Environment.getTable(byte[] tableName)
          Open a table from within the Coprocessor environment
 

Uses of HTableInterface in org.apache.hadoop.hbase.rest.client
 

Classes in org.apache.hadoop.hbase.rest.client that implement HTableInterface
 class RemoteHTable
          HTable interface to remote tables accessed via REST gateway
 



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