Interface ChangelogScanTask

    • Method Detail

      • operation

        ChangelogOperation operation()
        Returns the type of changes produced by this task (i.e. insert/delete).
      • changeOrdinal

        int changeOrdinal()
        Returns the ordinal of changes produced by this task. This number indicates the order in which changes produced by this scan must be applied. Operations with a lower ordinal must be applied first.
      • commitSnapshotId

        long commitSnapshotId()
        Returns the snapshot ID in which the changes were committed.