Package apoc.export.util
Class ExportUtils
java.lang.Object
apoc.export.util.ExportUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stream<ProgressInfo>getProgressInfoStream(org.neo4j.graphdb.GraphDatabaseService db, ExecutorService executorService, org.neo4j.procedure.TerminationGuard terminationGuard, String format, ExportConfig exportConfig, ProgressReporter reporter, ExportFileManager cypherFileManager, Consumer<ProgressReporter> dump)
-
Method Details
-
getProgressInfoStream
public static Stream<ProgressInfo> getProgressInfoStream(org.neo4j.graphdb.GraphDatabaseService db, ExecutorService executorService, org.neo4j.procedure.TerminationGuard terminationGuard, String format, ExportConfig exportConfig, ProgressReporter reporter, ExportFileManager cypherFileManager, Consumer<ProgressReporter> dump)
-