Class SnapshotDiffReportListing

java.lang.Object
org.apache.hadoop.hdfs.protocol.SnapshotDiffReportListing

public class SnapshotDiffReportListing extends Object
This class represents to the difference between two snapshots of the same directory, or the difference between a snapshot of the directory and its current state. This Class serves the purpose of collecting diff entries in 3 lists : created, deleted and modified list combined size of which is set by dfs.snapshotdiff-report.limit over one rpc call to the namenode.