Package | Description |
---|---|
org.apache.jena.atlas.lib |
Modifier and Type | Class and Description |
---|---|
class |
PoolBase<T>
A Pool of objects.
|
class |
PoolFiniteBlocking<T>
Finite capacity pool - capacity is fixed at create time
|
class |
PoolSync<T>
Synchronization wrapper for a pool
|
Modifier and Type | Method and Description |
---|---|
static <T> Pool<T> |
PoolSync.create(Pool<T> pool) |
Modifier and Type | Method and Description |
---|---|
static <T> Pool<T> |
PoolSync.create(Pool<T> pool) |
Constructor and Description |
---|
PoolSync(Pool<T> pool) |
Licenced under the Apache License, Version 2.0