Uses of Interface
org.apache.hadoop.hbase.util.ObjectPool.ObjectFactory

Packages that use org.apache.hadoop.hbase.util.ObjectPool.ObjectFactory
Package
Description
 
  • Uses of org.apache.hadoop.hbase.util.ObjectPool.ObjectFactory in org.apache.hadoop.hbase.util

    Constructors in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.ObjectPool.ObjectFactory in in
    Modifier
    Constructor
    Description
     
    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)