Class SnapshotDiffReportListing.DiffReportListingEntry

java.lang.Object
org.apache.hadoop.hdfs.protocol.SnapshotDiffReportListing.DiffReportListingEntry
Enclosing class:
SnapshotDiffReportListing

public static class SnapshotDiffReportListing.DiffReportListingEntry extends Object
Representing the full path and diff type of a file/directory where changes have happened.
  • 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()