Enum Class NNStorage.NameNodeDirType

java.lang.Object
java.lang.Enum<NNStorage.NameNodeDirType>
org.apache.hadoop.hdfs.server.namenode.NNStorage.NameNodeDirType
All Implemented Interfaces:
Serializable, Comparable<NNStorage.NameNodeDirType>, Constable, Storage.StorageDirType
Enclosing class:
NNStorage

@VisibleForTesting public static enum NNStorage.NameNodeDirType extends Enum<NNStorage.NameNodeDirType> implements Storage.StorageDirType
Implementation of StorageDirType specific to namenode storage A Storage directory could be of type IMAGE which stores only fsimage, or of type EDITS which stores edits or of type IMAGE_AND_EDITS which stores both fsimage and edits.