public class SnapshotDiffReport extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SnapshotDiffReport.DiffReportEntry
Representing the full path and diff type of a file/directory where changes
have happened.
|
static class |
SnapshotDiffReport.DiffStats
Records the stats related to Snapshot diff operation.
|
static class |
SnapshotDiffReport.DiffType
Types 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()
snapshotRoot
public String getFromSnapshot()
fromSnapshot
public String getLaterSnapshotName()
toSnapshot
public SnapshotDiffReport.DiffStats getStats()
public List<SnapshotDiffReport.DiffReportEntry> getDiffList()
diffList
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.