| Package | Description |
|---|---|
| org.neo4j.bolt.v1.runtime | |
| org.neo4j.bolt.v1.runtime.concurrent |
| Modifier and Type | Class and Description |
|---|---|
class |
MonitoredWorkerFactory
Thin wrapper around
WorkerFactory that adds monitoring capabilities, which
means Bolt can be introspected at runtime by adding Monitor listeners. |
| Constructor and Description |
|---|
MonitoredWorkerFactory(org.neo4j.kernel.monitoring.Monitors monitors,
WorkerFactory delegate,
Clock clock) |
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadedWorkerFactory
A
WorkerFactory implementation that creates one thread for every session started, requests are then executed
in the session-specific thread. |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.