Class ReplicatorProgress


  • public final class ReplicatorProgress
    extends Object
    Progress of a replicator. If `total` is zero, the progress is indeterminate; otherwise, dividing the two will produce a fraction that can be used to draw a progress bar.
    • Method Detail

      • getCompleted

        public long getCompleted()
        The number of completed changes processed.
      • getTotal

        public long getTotal()
        The total number of changes to be processed.