Package | Description |
---|---|
org.apache.hadoop.hbase.util |
Modifier and Type | Class and Description |
---|---|
class |
SoftObjectPool<K,V>
A
SoftReference based shared object pool. |
class |
WeakObjectPool<K,V>
A
WeakReference based shared object pool. |
Modifier and Type | Field and Description |
---|---|
private ObjectPool<T,ReentrantReadWriteLock> |
IdReadWriteLock.lockPool
The pool to get entry from, entries are mapped by
Reference and will be automatically
garbage-collected by JVM |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.