public class SnapshotDiffReport extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SnapshotDiffReport.DiffReportEntryRepresenting the full path and diff type of a file/directory where changes
 have happened. | 
| static class  | SnapshotDiffReport.DiffStatsRecords the stats related to Snapshot diff operation. | 
| static class  | SnapshotDiffReport.DiffTypeTypes of the difference, which include CREATE, MODIFY, DELETE, and RENAME. | 
| Constructor and Description | 
|---|
| SnapshotDiffReport(String snapshotRoot,
                  String fromSnapshot,
                  String toSnapshot,
                  List<SnapshotDiffReport.DiffReportEntry> entryList) | 
| SnapshotDiffReport(String snapshotRoot,
                  String fromSnapshot,
                  String toSnapshot,
                  SnapshotDiffReport.DiffStats dStat,
                  List<SnapshotDiffReport.DiffReportEntry> entryList) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<SnapshotDiffReport.DiffReportEntry> | getDiffList() | 
| String | getFromSnapshot() | 
| String | getLaterSnapshotName() | 
| String | getSnapshotRoot() | 
| SnapshotDiffReport.DiffStats | getStats() | 
| String | toString() | 
public SnapshotDiffReport(String snapshotRoot, String fromSnapshot, String toSnapshot, List<SnapshotDiffReport.DiffReportEntry> entryList)
public SnapshotDiffReport(String snapshotRoot, String fromSnapshot, String toSnapshot, SnapshotDiffReport.DiffStats dStat, List<SnapshotDiffReport.DiffReportEntry> entryList)
public String getSnapshotRoot()
snapshotRootpublic String getFromSnapshot()
fromSnapshotpublic String getLaterSnapshotName()
toSnapshotpublic SnapshotDiffReport.DiffStats getStats()
public List<SnapshotDiffReport.DiffReportEntry> getDiffList()
diffListCopyright © 2008–2023 Apache Software Foundation. All rights reserved.