Package | Description |
---|---|
io.druid.collections |
Modifier and Type | Method and Description |
---|---|
static <T extends Closeable> |
ReferenceCountingResourceHolder.fromCloseable(T object) |
ReferenceCountingResourceHolder<T> |
BlockingPool.take(long timeout)
Take a resource from the pool.
|
ReferenceCountingResourceHolder<List<T>> |
BlockingPool.takeBatch(int elementNum,
long timeout)
Take a resource from the pool.
|
Copyright © 2011–2017. All rights reserved.