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 
 

Uses of HTableInterface in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return HTableInterface
 HTableInterface CoprocessorEnvironment.getTable(TableName tableName)
           
 HTableInterface CoprocessorEnvironment.getTable(TableName tableName, ExecutorService service)
           
 

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)
          Deprecated.  
 HTableInterface HTableInterfaceFactory.createHTableInterface(org.apache.hadoop.conf.Configuration config, byte[] tableName)
          Creates a new HTableInterface.
 HTableInterface HTableFactory.createHTableInterface(org.apache.hadoop.conf.Configuration config, byte[] tableName)
          Deprecated.  
 HTableInterface HTablePool.getTable(byte[] tableName)
          Deprecated. Get a reference to the specified table from the pool.
 HTableInterface HConnectionManager.HConnectionImplementation.getTable(byte[] tableName)
           
 HTableInterface HConnection.getTable(byte[] tableName)
          Retrieve an HTableInterface implementation for access to a table.
 HTableInterface HConnectionManager.HConnectionImplementation.getTable(byte[] tableName, ExecutorService pool)
           
 HTableInterface HConnection.getTable(byte[] tableName, ExecutorService pool)
          Retrieve an HTableInterface implementation for access to a table.
 HTableInterface HTablePool.getTable(String tableName)
          Deprecated. Get a reference to the specified table from the pool.
 HTableInterface HConnectionManager.HConnectionImplementation.getTable(String tableName)
           
 HTableInterface HConnection.getTable(String tableName)
          Retrieve an HTableInterface implementation for access to a table.
 HTableInterface HConnectionManager.HConnectionImplementation.getTable(String tableName, ExecutorService pool)
           
 HTableInterface HConnection.getTable(String tableName, ExecutorService pool)
          Retrieve an HTableInterface implementation for access to a table.
 HTableInterface HConnectionManager.HConnectionImplementation.getTable(TableName tableName)
           
 HTableInterface HConnection.getTable(TableName tableName)
          Retrieve an HTableInterface implementation for access to a table.
 HTableInterface HConnectionManager.HConnectionImplementation.getTable(TableName tableName, ExecutorService pool)
           
 HTableInterface HConnection.getTable(TableName tableName, ExecutorService pool)
          Retrieve an HTableInterface implementation for access to a table.
 

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



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.