Package | Description |
---|---|
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 | |
org.apache.hadoop.hbase.util |
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 |
HTable
Used to communicate with a single HBase table.
|
Modifier and Type | Method and Description |
---|---|
protected HTableInterface |
HTablePool.createHTable(String tableName)
Deprecated.
|
HTableInterface |
HTableFactory.createHTableInterface(org.apache.hadoop.conf.Configuration config,
byte[] tableName)
Deprecated.
|
HTableInterface |
HTableInterfaceFactory.createHTableInterface(org.apache.hadoop.conf.Configuration config,
byte[] tableName)
Creates a new HTableInterface.
|
HTableInterface |
HConnection.getTable(byte[] tableName)
Retrieve an HTableInterface implementation for access to a table.
|
HTableInterface |
HConnectionManager.HConnectionImplementation.getTable(byte[] tableName) |
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 |
HConnectionManager.HConnectionImplementation.getTable(byte[] tableName,
ExecutorService pool) |
HTableInterface |
HConnection.getTable(String tableName)
Retrieve an HTableInterface implementation for access to a table.
|
HTableInterface |
HConnectionManager.HConnectionImplementation.getTable(String tableName) |
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 |
HConnectionManager.HConnectionImplementation.getTable(String tableName,
ExecutorService pool) |
HTableInterface |
HConnection.getTable(TableName tableName)
Retrieve an HTableInterface implementation for access to a table.
|
HTableInterface |
HConnectionManager.HConnectionImplementation.getTable(TableName tableName) |
HTableInterface |
HConnection.getTable(TableName tableName,
ExecutorService pool)
Retrieve an HTableInterface implementation for access to a table.
|
HTableInterface |
HConnectionManager.HConnectionImplementation.getTable(TableName tableName,
ExecutorService pool) |
Modifier and Type | Method and Description |
---|---|
void |
HTablePool.putTable(HTableInterface table)
Deprecated.
|
void |
HTableFactory.releaseHTableInterface(HTableInterface table)
Deprecated.
|
void |
HTableInterfaceFactory.releaseHTableInterface(HTableInterface table)
Release the HTable resource represented by the table.
|
Modifier and Type | Field and Description |
---|---|
protected List<HTableInterface> |
CoprocessorHost.Environment.openTables
Accounting for tables opened by the coprocessor
|
Modifier and Type | Method and Description |
---|---|
HTableInterface |
CoprocessorHost.Environment.getTable(TableName tableName)
Open a table from within the Coprocessor environment
|
HTableInterface |
CoprocessorHost.Environment.getTable(TableName tableName,
ExecutorService pool)
Open a table from within the Coprocessor environment
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteHTable
HTable interface to remote tables accessed via REST gateway
|
Modifier and Type | Method and Description |
---|---|
HTableInterface |
ConnectionCache.getTable(String tableName)
Caller closes the table afterwards.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.