Package org.apache.hadoop.hbase.util
Interface PoolMap.Pool<R>
- All Known Implementing Classes:
PoolMap.RoundRobinPool
,PoolMap.ThreadLocalPool
protected static interface PoolMap.Pool<R>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
getOrCreate
(PoolMap.PoolResourceSupplier<R> supplier) boolean
int
size()
values()
-
Method Details
-
getOrCreate
- Throws:
IOException
-
remove
-
clear
void clear() -
values
Collection<R> values() -
size
int size()
-