Uses of Interface
org.apache.hadoop.hbase.util.ObjectPool.ObjectFactory
Packages that use ObjectPool.ObjectFactory
-
Uses of ObjectPool.ObjectFactory in org.apache.hadoop.hbase.util
Fields in org.apache.hadoop.hbase.util declared as ObjectPool.ObjectFactoryModifier and TypeFieldDescriptionprivate final ObjectPool.ObjectFactory<K,
V> ObjectPool.objectFactory
Constructors in org.apache.hadoop.hbase.util with parameters of type ObjectPool.ObjectFactoryModifierConstructorDescriptionObjectPool
(ObjectPool.ObjectFactory<K, V> objectFactory) Creates a new pool with the default initial capacity (16) and the default concurrency level (16).ObjectPool
(ObjectPool.ObjectFactory<K, V> objectFactory, int initialCapacity) Creates a new pool with the given initial capacity and the default concurrency level (16).ObjectPool
(ObjectPool.ObjectFactory<K, V> objectFactory, int initialCapacity, int concurrencyLevel) Creates a new pool with the given initial capacity and the given concurrency level.SoftObjectPool
(ObjectPool.ObjectFactory<K, V> objectFactory) SoftObjectPool
(ObjectPool.ObjectFactory<K, V> objectFactory, int initialCapacity) SoftObjectPool
(ObjectPool.ObjectFactory<K, V> objectFactory, int initialCapacity, int concurrencyLevel) WeakObjectPool
(ObjectPool.ObjectFactory<K, V> objectFactory) WeakObjectPool
(ObjectPool.ObjectFactory<K, V> objectFactory, int initialCapacity) WeakObjectPool
(ObjectPool.ObjectFactory<K, V> objectFactory, int initialCapacity, int concurrencyLevel)