Package org.elasticsearch.index.store
Class Store.RecoveryDiff
java.lang.Object
org.elasticsearch.index.store.Store.RecoveryDiff
- Enclosing class:
- Store
A class representing the diff between a recovery source and recovery target
-
Field Summary
Modifier and TypeFieldDescriptionfinal List<StoreFileMetadata>
Files that exist in both snapshots but their they are not identicalfinal List<StoreFileMetadata>
Files that exist in both snapshots and they can be considered the same ie.final List<StoreFileMetadata>
Files that exist in the source but not in the target -
Method Summary
-
Field Details
-
identical
Files that exist in both snapshots and they can be considered the same ie. they don't need to be recovered -
different
Files that exist in both snapshots but their they are not identical -
missing
Files that exist in the source but not in the target
-
-
Method Details