Interface SnapshotProgressListener

    • Method Detail

      • snapshotStarted

        void snapshotStarted()
      • monitoredDataCollectionsDetermined

        void monitoredDataCollectionsDetermined​(Iterable<? extends DataCollectionId> dataCollectionIds)
      • snapshotCompleted

        void snapshotCompleted()
      • snapshotAborted

        void snapshotAborted()
      • dataCollectionSnapshotCompleted

        void dataCollectionSnapshotCompleted​(DataCollectionId dataCollectionId,
                                             long numRows)
      • rowsScanned

        void rowsScanned​(TableId tableId,
                         long numRows)
      • currentChunk

        void currentChunk​(String chunkId,
                          Object[] chunkFrom,
                          Object[] chunkTo)