| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
| org.apache.hadoop.hbase.util |
| Modifier and Type | Field and Description |
|---|---|
private PoolMap.PoolType |
HTablePool.poolType
Deprecated.
|
| Constructor and Description |
|---|
HTablePool(org.apache.hadoop.conf.Configuration config,
int maxSize,
HTableInterfaceFactory tableFactory,
PoolMap.PoolType poolType)
Deprecated.
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)
Deprecated.
Constructor to set maximum versions and use the specified configuration and
pool type.
|
| Modifier and Type | Method and Description |
|---|---|
protected static PoolMap.PoolType |
AbstractRpcClient.getPoolType(org.apache.hadoop.conf.Configuration config)
Return the pool type specified in the configuration, which must be set to
either
RoundRobin or
ThreadLocal,
otherwise default to the former. |
| Modifier and Type | Field and Description |
|---|---|
private PoolMap.PoolType |
PoolMap.poolType |
| Modifier and Type | Method and Description |
|---|---|
static PoolMap.PoolType |
PoolMap.PoolType.fuzzyMatch(String name) |
static PoolMap.PoolType |
PoolMap.PoolType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PoolMap.PoolType |
PoolMap.PoolType.valueOf(String poolTypeName,
PoolMap.PoolType defaultPoolType,
PoolMap.PoolType... allowedPoolTypes) |
static PoolMap.PoolType[] |
PoolMap.PoolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
PoolMap(PoolMap.PoolType poolType) |
PoolMap(PoolMap.PoolType poolType,
int poolMaxSize) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.