public class SnapshotDiffReport
extends java.lang.Object
| Modifier and Type | Class | 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 | Description |
|---|---|
SnapshotDiffReport(java.lang.String snapshotRoot,
java.lang.String fromSnapshot,
java.lang.String toSnapshot,
java.util.List<SnapshotDiffReport.DiffReportEntry> entryList) |
|
SnapshotDiffReport(java.lang.String snapshotRoot,
java.lang.String fromSnapshot,
java.lang.String toSnapshot,
SnapshotDiffReport.DiffStats dStat,
java.util.List<SnapshotDiffReport.DiffReportEntry> entryList) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<SnapshotDiffReport.DiffReportEntry> |
getDiffList() |
|
java.lang.String |
getFromSnapshot() |
|
java.lang.String |
getLaterSnapshotName() |
|
java.lang.String |
getSnapshotRoot() |
|
SnapshotDiffReport.DiffStats |
getStats() |
|
java.lang.String |
toString() |
public SnapshotDiffReport(java.lang.String snapshotRoot,
java.lang.String fromSnapshot,
java.lang.String toSnapshot,
java.util.List<SnapshotDiffReport.DiffReportEntry> entryList)
public SnapshotDiffReport(java.lang.String snapshotRoot,
java.lang.String fromSnapshot,
java.lang.String toSnapshot,
SnapshotDiffReport.DiffStats dStat,
java.util.List<SnapshotDiffReport.DiffReportEntry> entryList)
public java.lang.String getSnapshotRoot()
snapshotRootpublic java.lang.String getFromSnapshot()
fromSnapshotpublic java.lang.String getLaterSnapshotName()
toSnapshotpublic SnapshotDiffReport.DiffStats getStats()
public java.util.List<SnapshotDiffReport.DiffReportEntry> getDiffList()
diffListpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.