| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Modifier and Type | Method and Description | 
|---|---|
| HTableInterface | CoprocessorEnvironment. getTable(TableName tableName) | 
| HTableInterface | CoprocessorEnvironment. getTable(TableName tableName,
        ExecutorService service) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HTableUsed to communicate with a single HBase table. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| HTableInterface | HConnection. getTable(byte[] tableName)Retrieve an HTableInterface implementation for access to a table. | 
| HTableInterface | HTablePool. getTable(byte[] tableName)Deprecated.  Get a reference to the specified table from the pool. | 
| HTableInterface | HConnection. getTable(byte[] tableName,
        ExecutorService pool)Retrieve an HTableInterface implementation for access to a table. | 
| HTableInterface | HConnection. getTable(String tableName)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 | HConnection. getTable(String tableName,
        ExecutorService pool)Retrieve an HTableInterface implementation for access to a table. | 
| HTableInterface | HConnection. getTable(TableName tableName)Retrieve an HTableInterface implementation for access to a table. | 
| HTableInterface | HConnection. getTable(TableName tableName,
        ExecutorService pool)Retrieve an HTableInterface implementation for access to a table. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HTablePool. putTable(HTableInterface table)Deprecated.   | 
| void | HTableInterfaceFactory. releaseHTableInterface(HTableInterface table)Release the HTable resource represented by the table. | 
| void | HTableFactory. releaseHTableInterface(HTableInterface table) | 
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.