Package apoc.export.util
Class ProgressReporter
java.lang.Object
apoc.export.util.ProgressReporter
- All Implemented Interfaces:
Reporter
- Since:
- 22.05.16
-
Constructor Summary
ConstructorsConstructorDescriptionProgressReporter(apoc.export.util.SizeCounter sizeCounter, PrintWriter out, ProgressInfo progressInfo) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddone()getTotal()voidnextRow()voidstream()voidupdate(long nodes, long relationships, long properties) voidupdateRunningBatch(ProgressInfo progressInfo) withConsumer(Consumer<ProgressInfo> consumer)
-
Constructor Details
-
ProgressReporter
public ProgressReporter(apoc.export.util.SizeCounter sizeCounter, PrintWriter out, ProgressInfo progressInfo)
-
-
Method Details
-
withConsumer
-
progress
-
update
public void update(long nodes, long relationships, long properties) -
acceptBatch
public void acceptBatch() -
updateRunningBatch
-
done
public void done() -
getTotal
-
stream
-
nextRow
public void nextRow()
-