| Package | Description |
|---|---|
| org.neo4j.collection.pool |
| Modifier and Type | Class and Description |
|---|---|
class |
LinkedQueuePool<R> |
class |
MarshlandPool<T>
A concurrent pool that attempts to use thread-local pooling (puddles!) rather than a single big pool of objects to
lower contention.
|
| Constructor and Description |
|---|
MarshlandPool(Pool<T> delegatePool) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.