Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
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
An implementation of
Table . |
class |
HTableWrapper
A wrapper for HTable.
|
Modifier and Type | Method and Description |
---|---|
protected HTableInterface |
HTablePool.createHTable(String tableName)
Deprecated.
|
HTableInterface |
HTableInterfaceFactory.createHTableInterface(org.apache.hadoop.conf.Configuration config,
byte[] tableName)
Deprecated.
Creates a new HTableInterface.
|
HTableInterface |
HTableFactory.createHTableInterface(org.apache.hadoop.conf.Configuration config,
byte[] tableName)
Deprecated.
|
static HTableInterface |
HTableWrapper.createWrapper(List<HTableInterface> openTables,
TableName tableName,
CoprocessorHost.Environment env,
ExecutorService pool) |
HTableInterface |
HTablePool.getTable(byte[] tableName)
Deprecated.
Get a reference to the specified table from the pool.
|
HTableInterface |
HConnection.getTable(byte[] tableName)
Deprecated.
Retrieve an HTableInterface implementation for access to a table.
|
HTableInterface |
HConnection.getTable(byte[] tableName,
ExecutorService pool)
Deprecated.
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)
Deprecated.
Retrieve an HTableInterface implementation for access to a table.
|
HTableInterface |
HConnection.getTable(String tableName,
ExecutorService pool)
Deprecated.
Retrieve an HTableInterface implementation for access to a table.
|
HTableInterface |
HConnection.getTable(TableName tableName)
Deprecated.
Retrieve an HTableInterface implementation for access to a table.
|
HTableInterface |
HConnection.getTable(TableName tableName,
ExecutorService pool)
Deprecated.
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)
Deprecated.
Release the HTable resource represented by the table.
|
void |
HTableFactory.releaseHTableInterface(HTableInterface table)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static HTableInterface |
HTableWrapper.createWrapper(List<HTableInterface> openTables,
TableName tableName,
CoprocessorHost.Environment env,
ExecutorService pool) |
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
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.