Enum Class SnapshotDiffReport.DiffType

java.lang.Object
java.lang.Enum<SnapshotDiffReport.DiffType>
org.apache.hadoop.hdfs.protocol.SnapshotDiffReport.DiffType
All Implemented Interfaces:
Serializable, Comparable<SnapshotDiffReport.DiffType>, Constable
Enclosing class:
SnapshotDiffReport

public static enum SnapshotDiffReport.DiffType extends Enum<SnapshotDiffReport.DiffType>
Types of the difference, which include CREATE, MODIFY, DELETE, and RENAME. Each type has a label for representation: +/M/-/R represent CREATE, MODIFY, DELETE, and RENAME respectively.