| Package | Description |
|---|---|
| org.apache.hadoop.hbase.util |
| 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–2020 The Apache Software Foundation. All rights reserved.