ObjectPool(org.apache.hadoop.hbase.util.ObjectPool.ObjectFactory<K,V> objectFactory)
Creates a new pool with the default initial capacity (16) and the default concurrency level
(16).
ObjectPool(org.apache.hadoop.hbase.util.ObjectPool.ObjectFactory<K,V> objectFactory,
int initialCapacity)
Creates a new pool with the given initial capacity and the default concurrency level (16).
ObjectPool(org.apache.hadoop.hbase.util.ObjectPool.ObjectFactory<K,V> objectFactory,
int initialCapacity,
int concurrencyLevel)
Creates a new pool with the given initial capacity and the given concurrency level.
SoftObjectPool(org.apache.hadoop.hbase.util.ObjectPool.ObjectFactory<K,V> objectFactory)
SoftObjectPool(org.apache.hadoop.hbase.util.ObjectPool.ObjectFactory<K,V> objectFactory,
int initialCapacity)
SoftObjectPool(org.apache.hadoop.hbase.util.ObjectPool.ObjectFactory<K,V> objectFactory,
int initialCapacity,
int concurrencyLevel)
WeakObjectPool(org.apache.hadoop.hbase.util.ObjectPool.ObjectFactory<K,V> objectFactory)
WeakObjectPool(org.apache.hadoop.hbase.util.ObjectPool.ObjectFactory<K,V> objectFactory,
int initialCapacity)
WeakObjectPool(org.apache.hadoop.hbase.util.ObjectPool.ObjectFactory<K,V> objectFactory,
int initialCapacity,
int concurrencyLevel)