|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTableInterface | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.rest.client |
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 | |
---|---|
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 |
HConnection.getTable(byte[] tableName)
Retrieve an HTableInterface implementation for access to a table. |
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 |
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. |
Methods in org.apache.hadoop.hbase.client with parameters of type HTableInterface | |
---|---|
void |
HTableInterfaceFactory.releaseHTableInterface(HTableInterface table)
Release the HTable resource represented by the table. |
void |
HTableFactory.releaseHTableInterface(HTableInterface table)
Deprecated. |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |