Writer.ThirdPartyWriter implementations, backed by a QueueBackedScheduledService.QueueBackedScheduledService.DEFAULT_QUEUE_CAPACITY.WriteOperation implementations.SingleThreadedWriter that writes tasks in batches.BaseWriteOperation representing a create or delete operation.Neo4jWriter that writes to the database using the same thread that is submitting the task and blocks
until the write is finished.true iff empty queue should be logged.WriteOperation representing a Node being created.WriteOperation representing a Node being deleted.WriteOperation representing a Node being updated.Neo4jWriter that throws an UnsupportedOperationException any time it is used for writing.WriteOperations, typically all the operations performed within the context of a single
transaction, to the queue for processing.RunnableFuture.AbstractScheduledService that maintains a queue of tasks and executes them in a single thread by constantly
pulling the tasks from the head of the queue.QueueBackedScheduledService.DEFAULT_QUEUE_CAPACITY.WriteOperation representing a Relationship being created.WriteOperation representing a Relationship being deleted.WriteOperation representing a Relationship being updated.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.QueueBackedScheduledService.DEFAULT_QUEUE_CAPACITY.SingleThreadedWriter that writes each task in a separate transaction.BaseWriteOperation representing an update operation.Copyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.