Package org.apache.hadoop.hdfs.protocol
Class SnapshotDiffReportListing.DiffReportListingEntry
java.lang.Object
org.apache.hadoop.hdfs.protocol.SnapshotDiffReportListing.DiffReportListingEntry
- Enclosing class:
- SnapshotDiffReportListing
Representing the full path and diff type of a file/directory where changes
have happened.
-
Constructor Summary
ConstructorsConstructorDescriptionDiffReportListingEntry(long dirId, long fileId, byte[][] sourcePath, boolean isReference, byte[][] targetPath) DiffReportListingEntry(long dirId, long fileId, byte[] sourcePath, boolean isReference, byte[] targetpath) -
Method Summary
-
Constructor Details
-
DiffReportListingEntry
public DiffReportListingEntry(long dirId, long fileId, byte[][] sourcePath, boolean isReference, byte[][] targetPath) -
DiffReportListingEntry
public DiffReportListingEntry(long dirId, long fileId, byte[] sourcePath, boolean isReference, byte[] targetpath)
-
-
Method Details
-
getDirId
public long getDirId() -
getFileId
public long getFileId() -
getSourcePath
public byte[][] getSourcePath() -
getTargetPath
public byte[][] getTargetPath() -
isReference
public boolean isReference()
-