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.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic NNStorage.NameNodeDirTypeReturns the enum constant of this class with the specified name.static NNStorage.NameNodeDirType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNDEFINED
-
IMAGE
-
EDITS
-
IMAGE_AND_EDITS
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getStorageDirType
- Specified by:
getStorageDirTypein interfaceStorage.StorageDirType
-
isOfType
- Specified by:
isOfTypein interfaceStorage.StorageDirType
-