|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PoolMap.PoolType | |
---|---|
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 |
Uses of PoolMap.PoolType in org.apache.hadoop.hbase.client |
---|
Constructors in org.apache.hadoop.hbase.client with parameters of type PoolMap.PoolType | |
---|---|
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. |
Uses of PoolMap.PoolType in org.apache.hadoop.hbase.ipc |
---|
Methods in org.apache.hadoop.hbase.ipc that return PoolMap.PoolType | |
---|---|
protected static PoolMap.PoolType |
RpcClient.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. |
Uses of PoolMap.PoolType in org.apache.hadoop.hbase.util |
---|
Methods in org.apache.hadoop.hbase.util that return PoolMap.PoolType | |
---|---|
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. |
Methods in org.apache.hadoop.hbase.util with parameters of type PoolMap.PoolType | |
---|---|
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)
|
Constructors in org.apache.hadoop.hbase.util with parameters of type PoolMap.PoolType | |
---|---|
PoolMap(PoolMap.PoolType poolType)
|
|
PoolMap(PoolMap.PoolType poolType,
int poolMaxSize)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |