Class Store.RecoveryDiff

    • Field Detail

      • identical

        public final List<StoreFileMetaData> identical
        Files that exist in both snapshots and they can be considered the same ie. they don't need to be recovered
      • different

        public final List<StoreFileMetaData> different
        Files that exist in both snapshots but their they are not identical
      • missing

        public final List<StoreFileMetaData> missing
        Files that exist in the source but not in the target
    • Method Detail

      • size

        public int size()
        Returns the sum of the files in this diff.