public class SnapshotDiffReportGenerator extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static Comparator<SnapshotDiffReportListing.DiffReportListingEntry> | INODE_COMPARATORCompare two inodes based on their full names. | 
| Constructor and Description | 
|---|
| SnapshotDiffReportGenerator(String snapshotRoot,
                           String fromSnapshot,
                           String toSnapshot,
                           boolean isFromEarlier,
                           List<SnapshotDiffReportListing.DiffReportListingEntry> mlist,
                           List<SnapshotDiffReportListing.DiffReportListingEntry> clist,
                           List<SnapshotDiffReportListing.DiffReportListingEntry> dlist) | 
| Modifier and Type | Method and Description | 
|---|---|
| SnapshotDiffReport | generateReport() | 
| void | generateReportList() | 
public static final Comparator<SnapshotDiffReportListing.DiffReportListingEntry> INODE_COMPARATOR
public SnapshotDiffReportGenerator(String snapshotRoot, String fromSnapshot, String toSnapshot, boolean isFromEarlier, List<SnapshotDiffReportListing.DiffReportListingEntry> mlist, List<SnapshotDiffReportListing.DiffReportListingEntry> clist, List<SnapshotDiffReportListing.DiffReportListingEntry> dlist)
public void generateReportList()
public SnapshotDiffReport generateReport()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.