| 程序包 | 说明 |
|---|---|
| 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. |
| org.apache.hadoop.hbase.util |
| 构造器和说明 |
|---|
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.
|
HTablePool(org.apache.hadoop.conf.Configuration config,
int maxSize,
PoolMap.PoolType poolType)
已过时。
Constructor to set maximum versions and use the specified configuration and
pool type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static PoolMap.PoolType |
PoolMap.PoolType.fuzzyMatch(String name) |
static PoolMap.PoolType |
PoolMap.PoolType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static PoolMap.PoolType |
PoolMap.PoolType.valueOf(String poolTypeName,
PoolMap.PoolType defaultPoolType,
PoolMap.PoolType... allowedPoolTypes) |
static PoolMap.PoolType[] |
PoolMap.PoolType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static PoolMap.PoolType |
PoolMap.PoolType.valueOf(String poolTypeName,
PoolMap.PoolType defaultPoolType,
PoolMap.PoolType... allowedPoolTypes) |
static PoolMap.PoolType |
PoolMap.PoolType.valueOf(String poolTypeName,
PoolMap.PoolType defaultPoolType,
PoolMap.PoolType... allowedPoolTypes) |
| 构造器和说明 |
|---|
PoolMap(PoolMap.PoolType poolType) |
PoolMap(PoolMap.PoolType poolType,
int poolMaxSize) |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.