public class MarshlandPool<T> extends Object implements Pool<T>
| Constructor and Description |
|---|
MarshlandPool(org.neo4j.function.Factory<T> objectFactory) |
MarshlandPool(Pool<T> delegatePool) |
| Modifier and Type | Method and Description |
|---|---|
T |
acquire() |
void |
close() |
void |
disposeAll()
Dispose of all objects in this pool, releasing them back to the delegate pool
|
void |
release(T obj) |
public MarshlandPool(org.neo4j.function.Factory<T> objectFactory)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.