public class DefaultWriter extends BaseNeo4jWriter
Neo4jWriter that writes to the database using the same thread that is submitting the task and blocks
until the write is finished. In other words, this is no different from writing directly to the database.database| Constructor and Description |
|---|
DefaultWriter(org.neo4j.graphdb.GraphDatabaseService database)
Create a new writer.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
write(Callable<T> task,
String id,
int waitMillis)
Note that waitInMillis is ignored.
|
start, stop, write, writeCopyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.