Package | Description |
---|---|
org.apache.hadoop.hbase.util |
Modifier and Type | Field and Description |
---|---|
private WeakObjectPool.ObjectFactory<K,V> |
WeakObjectPool.objectFactory |
Constructor and Description |
---|
WeakObjectPool(WeakObjectPool.ObjectFactory<K,V> objectFactory)
Creates a new pool with the default initial capacity (16)
and the default concurrency level (16).
|
WeakObjectPool(WeakObjectPool.ObjectFactory<K,V> objectFactory,
int initialCapacity)
Creates a new pool with the given initial capacity
and the default concurrency level (16).
|
WeakObjectPool(WeakObjectPool.ObjectFactory<K,V> objectFactory,
int initialCapacity,
int concurrencyLevel)
Creates a new pool with the given initial capacity
and the given concurrency level.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.