Uses of Enum Class
org.apache.hadoop.hbase.util.PoolMap.PoolType
Package
Description
Tools to help define network clients and servers.
-
Uses of PoolMap.PoolType in org.apache.hadoop.hbase.ipc
Modifier and TypeMethodDescriptionprivate static PoolMap.PoolType
AbstractRpcClient.getPoolType
(org.apache.hadoop.conf.Configuration config) Return the pool type specified in the configuration, which must be set to eitherRoundRobin
orThreadLocal
, otherwise default to the former. -
Uses of PoolMap.PoolType in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionstatic PoolMap.PoolType
PoolMap.PoolType.fuzzyMatch
(String name) static PoolMap.PoolType
Returns the enum constant of this class with the specified name.static PoolMap.PoolType
PoolMap.PoolType.valueOf
(String poolTypeName, PoolMap.PoolType defaultPoolType) static PoolMap.PoolType[]
PoolMap.PoolType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic PoolMap.PoolType
PoolMap.PoolType.valueOf
(String poolTypeName, PoolMap.PoolType defaultPoolType)