Package apoc.result
Interface ProgressInfo
- All Known Implementing Classes:
DataProgressInfo,ExportProgressInfo,ImportProgressInfo
public interface ProgressInfo
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondone(long start) drain(StringWriter writer, ExportConfig config) longvoidnextRow()voidsetBatches(long batches) voidsetRows(long rows) update(long nodes, long relationships, long properties) updateTime(long start)
-
Field Details
-
EMPTY
-
-
Method Details
-
update
-
updateTime
-
done
-
nextRow
void nextRow() -
drain
-
setBatches
void setBatches(long batches) -
setRows
void setRows(long rows) -
getBatchSize
long getBatchSize()
-