Uses of Enum Class
org.apache.hadoop.hbase.util.PoolMap.PoolType
Packages that use PoolMap.PoolType
Package
Description
Tools to help define network clients and servers.
-
Uses of PoolMap.PoolType in org.apache.hadoop.hbase.ipc
Methods in org.apache.hadoop.hbase.ipc that return PoolMap.PoolTypeModifier 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
Fields in org.apache.hadoop.hbase.util declared as PoolMap.PoolTypeMethods in org.apache.hadoop.hbase.util that return PoolMap.PoolTypeModifier 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.Methods in org.apache.hadoop.hbase.util with parameters of type PoolMap.PoolTypeModifier and TypeMethodDescriptionstatic PoolMap.PoolType
PoolMap.PoolType.valueOf
(String poolTypeName, PoolMap.PoolType defaultPoolType) Constructors in org.apache.hadoop.hbase.util with parameters of type PoolMap.PoolType