Package apoc.result
Class ExportProgressInfo
java.lang.Object
apoc.result.ExportProgressInfo
- All Implemented Interfaces:
ProgressInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondone(long start) drain(StringWriter writer, ExportConfig config) longvoidnextRow()voidsetBatches(long batches) voidsetBatchSize(long batchSize) voidsetRows(long rows) 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
-
ExportProgressInfo
-
ExportProgressInfo
-
-
Method Details
-
toString
-
update
- Specified by:
updatein interfaceProgressInfo
-
updateTime
- Specified by:
updateTimein interfaceProgressInfo
-
done
- Specified by:
donein interfaceProgressInfo
-
nextRow
public void nextRow()- Specified by:
nextRowin interfaceProgressInfo
-
drain
- Specified by:
drainin interfaceProgressInfo
-
setBatches
public void setBatches(long batches) - Specified by:
setBatchesin interfaceProgressInfo
-
setRows
public void setRows(long rows) - Specified by:
setRowsin interfaceProgressInfo
-
getBatchSize
public long getBatchSize()- Specified by:
getBatchSizein interfaceProgressInfo
-
setBatchSize
public void setBatchSize(long batchSize)
-