Package apoc.result
Class ProgressInfo
java.lang.Object
apoc.result.ProgressInfo
- Since:
- 22.05.16
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondone(long start) drain(StringWriter writer, ExportConfig config) voidnextRow()toString()update(long nodes, long relationships, long properties) updateTime(long start)
-
Field Details
-
EMPTY
-
file
-
source
-
format
-
nodes
public long nodes -
relationships
public long relationships -
properties
public long properties -
time
public long time -
rows
public long rows -
batchSize
public long batchSize -
batches
public long batches -
done
public boolean done -
data
-
-
Constructor Details
-
ProgressInfo
-
ProgressInfo
-
-
Method Details