public static final class Store.RecoveryDiff
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<StoreFileMetaData> |
different
Files that exist in both snapshots but their they are not identical
|
java.util.List<StoreFileMetaData> |
identical
Files that exist in both snapshots and they can be considered the same ie.
|
java.util.List<StoreFileMetaData> |
missing
Files that exist in the source but not in the target
|
Modifier and Type | Method and Description |
---|---|
int |
size()
Returns the sum of the files in this diff.
|
java.lang.String |
toString() |
public final java.util.List<StoreFileMetaData> identical
public final java.util.List<StoreFileMetaData> different
public final java.util.List<StoreFileMetaData> missing