Interface BackupManager.CountedIterator<M>

    • Method Detail

      • count

        int count()
        Return the number of iterations so far.
        Returns:
        the number of iterations.
      • total

        int total()
        Return the total number of possible iterations, which could change over time.
        Returns:
        the total number of iterations.