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, org.apache.hadoop.hdfs.server.common.Storage.StorageDirType
Enclosing class:
org.apache.hadoop.hdfs.server.namenode.NNStorage

@VisibleForTesting public static enum NNStorage.NameNodeDirType extends Enum<NNStorage.NameNodeDirType> implements org.apache.hadoop.hdfs.server.common.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.
  • Enum Constant Details

  • Method Details

    • values

      public static NNStorage.NameNodeDirType[] 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

      public static NNStorage.NameNodeDirType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getStorageDirType

      public org.apache.hadoop.hdfs.server.common.Storage.StorageDirType getStorageDirType()
      Specified by:
      getStorageDirType in interface org.apache.hadoop.hdfs.server.common.Storage.StorageDirType
    • isOfType

      public boolean isOfType(org.apache.hadoop.hdfs.server.common.Storage.StorageDirType type)
      Specified by:
      isOfType in interface org.apache.hadoop.hdfs.server.common.Storage.StorageDirType