Uses of Class
org.apache.hadoop.hbase.util.ObjectPool
-
Uses of ObjectPool in org.apache.hadoop.hbase.util
Modifier and TypeClassDescriptionclass
SoftObjectPool<K,
V> ASoftReference
based shared object pool.class
WeakObjectPool<K,
V> AWeakReference
based shared object pool.Modifier and TypeFieldDescriptionprivate final ObjectPool<T,
ReentrantReadWriteLock> IdReadWriteLockWithObjectPool.lockPool
The pool to get entry from, entries are mapped byReference
and will be automatically garbage-collected by JVM