public static class SnapshotDiffReport.DiffReportEntry extends Object
Constructor and Description |
---|
SnapshotDiffReport.DiffReportEntry(SnapshotDiffReport.DiffType type,
byte[] path) |
SnapshotDiffReport.DiffReportEntry(SnapshotDiffReport.DiffType type,
byte[][] pathComponents) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
byte[] |
getRelativePath() |
String |
getRelativePathString() |
SnapshotDiffReport.DiffType |
getType() |
int |
hashCode() |
String |
toString() |
public SnapshotDiffReport.DiffReportEntry(SnapshotDiffReport.DiffType type, byte[] path)
public SnapshotDiffReport.DiffReportEntry(SnapshotDiffReport.DiffType type, byte[][] pathComponents)
public SnapshotDiffReport.DiffType getType()
public String getRelativePathString()
public byte[] getRelativePath()
Copyright © 2013 Apache Software Foundation. All rights reserved.