| Class | Description |
|---|---|
| BaseNeo4jWriter |
A Neo4j database
Writer. |
| BatchWriter |
SingleThreadedWriter that writes tasks in batches. |
| DefaultWriter |
A
Neo4jWriter that writes to the database using the same thread that is submitting the task and blocks
until the write is finished. |
| NullWriter |
A
Neo4jWriter that throws an UnsupportedOperationException any time it is used for writing. |
| SingleThreadedWriter |
A
Neo4jWriter that maintains a queue of tasks and writes to the database in a single thread by constantly
pulling the tasks from the head of the queue. |
| TxPerTaskWriter |
SingleThreadedWriter that writes each task in a separate transaction. |
Copyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.