Class ReplicatorProgress


  • public final class ReplicatorProgress
    extends java.lang.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 Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getCompleted()
      The number of completed changes processed.
      long getTotal()
      The total number of changes to be processed.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getCompleted

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

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

        @NonNull
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object