Package apoc.result

Interface ProgressInfo

All Known Implementing Classes:
DataProgressInfo, ExportProgressInfo, ImportProgressInfo

public interface ProgressInfo
  • Field Details

  • Method Details

    • update

      ProgressInfo update(long nodes, long relationships, long properties)
    • updateTime

      ProgressInfo updateTime(long start)
    • done

      ProgressInfo done(long start)
    • nextRow

      void nextRow()
    • drain

      ProgressInfo drain(StringWriter writer, ExportConfig config)
    • setBatches

      void setBatches(long batches)
    • setRows

      void setRows(long rows)
    • getBatchSize

      long getBatchSize()