| 程序包 | 说明 |
|---|---|
| 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. |
| 限定符和类型 | 方法和说明 |
|---|---|
static Table |
MetaTableAccessor.getMetaHTable(Connection connection)
Callers should call close on the returned
Table instance. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HTable
An implementation of
Table. |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
TableBuilder.build()
Create the
Table instance. |
default Table |
Connection.getTable(TableName tableName)
Retrieve a Table implementation for accessing a table.
|
default Table |
Connection.getTable(TableName tableName,
ExecutorService pool)
Retrieve a Table implementation for accessing a table.
|
| 构造器和说明 |
|---|
SecureBulkLoadClient(org.apache.hadoop.conf.Configuration conf,
Table table) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.