| Package | Description |
|---|---|
| org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
| org.apache.hadoop.hbase.util |
| Modifier and Type | Method and Description |
|---|---|
private 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.