| Package | Description |
|---|---|
| com.graphaware.writer.neo4j | |
| com.graphaware.writer.thirdparty |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchWriter
SingleThreadedWriter that writes tasks in batches. |
class |
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. |
class |
TxPerTaskWriter
SingleThreadedWriter that writes each task in a separate transaction. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseThirdPartyWriter
Abstract base-class for
ThirdPartyWriter implementations, backed by a QueueBackedScheduledService. |
Copyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.