| 程序包 | 说明 |
|---|---|
| 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. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HTableFactory
已过时。
as of 0.98.1. See
HConnectionManager.createConnection(Configuration). |
| 构造器和说明 |
|---|
HTablePool(org.apache.hadoop.conf.Configuration config,
int maxSize,
HTableInterfaceFactory tableFactory)
已过时。
Constructor to set maximum versions and use the specified configuration and
table factory.
|
HTablePool(org.apache.hadoop.conf.Configuration config,
int maxSize,
HTableInterfaceFactory tableFactory,
PoolMap.PoolType poolType)
已过时。
Constructor to set maximum versions and use the specified configuration,
table factory and pool type.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.