| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client |
Provides HBase Client
Table of Contents
Overview
Example API Usage
Overview
To administer HBase, create and drop tables, list and alter tables,
use
Admin. |
| 限定符和类型 | 方法和说明 |
|---|---|
HTableInterface |
CoprocessorEnvironment.getTable(TableName tableName) |
HTableInterface |
CoprocessorEnvironment.getTable(TableName tableName,
ExecutorService service) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HTable
An implementation of
Table. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected HTableInterface |
HTablePool.createHTable(String tableName)
已过时。
|
HTableInterface |
HTableFactory.createHTableInterface(org.apache.hadoop.conf.Configuration config,
byte[] tableName)
已过时。
|
HTableInterface |
HTableInterfaceFactory.createHTableInterface(org.apache.hadoop.conf.Configuration config,
byte[] tableName)
已过时。
Creates a new HTableInterface.
|
HTableInterface |
HTablePool.getTable(byte[] tableName)
已过时。
Get a reference to the specified table from the pool.
|
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 |
HTablePool.getTable(String tableName)
已过时。
Get a reference to the specified table from the pool.
|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HTablePool.putTable(HTableInterface table)
已过时。
|
void |
HTableFactory.releaseHTableInterface(HTableInterface table)
已过时。
|
void |
HTableInterfaceFactory.releaseHTableInterface(HTableInterface table)
已过时。
Release the HTable resource represented by the table.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.