|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LayoutVersion.Feature>
org.apache.hadoop.hdfs.protocol.LayoutVersion.Feature
public static enum LayoutVersion.Feature
Enums for features that change the layout version.
To add a new layout version:
Method Summary | |
---|---|
int |
getAncestorLayoutVersion()
Accessor method for feature ancestor layout version |
String |
getDescription()
Accessor method for feature description |
int |
getLayoutVersion()
Accessor method for feature layout version |
static LayoutVersion.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LayoutVersion.Feature[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final LayoutVersion.Feature NAMESPACE_QUOTA
public static final LayoutVersion.Feature FILE_ACCESS_TIME
public static final LayoutVersion.Feature DISKSPACE_QUOTA
public static final LayoutVersion.Feature STICKY_BIT
public static final LayoutVersion.Feature APPEND_RBW_DIR
public static final LayoutVersion.Feature ATOMIC_RENAME
public static final LayoutVersion.Feature CONCAT
public static final LayoutVersion.Feature SYMLINKS
public static final LayoutVersion.Feature DELEGATION_TOKEN
public static final LayoutVersion.Feature FSIMAGE_COMPRESSION
public static final LayoutVersion.Feature FSIMAGE_CHECKSUM
public static final LayoutVersion.Feature REMOVE_REL13_DISK_LAYOUT_SUPPORT
public static final LayoutVersion.Feature EDITS_CHESKUM
public static final LayoutVersion.Feature UNUSED
public static final LayoutVersion.Feature FSIMAGE_NAME_OPTIMIZATION
public static final LayoutVersion.Feature RESERVED_REL20_203
public static final LayoutVersion.Feature RESERVED_REL20_204
public static final LayoutVersion.Feature RESERVED_REL22
public static final LayoutVersion.Feature RESERVED_REL23
public static final LayoutVersion.Feature FEDERATION
public static final LayoutVersion.Feature LEASE_REASSIGNMENT
public static final LayoutVersion.Feature STORED_TXIDS
public static final LayoutVersion.Feature TXID_BASED_LAYOUT
public static final LayoutVersion.Feature EDITLOG_OP_OPTIMIZATION
Method Detail |
---|
public static LayoutVersion.Feature[] values()
for (LayoutVersion.Feature c : LayoutVersion.Feature.values()) System.out.println(c);
public static LayoutVersion.Feature valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic int getLayoutVersion()
public int getAncestorLayoutVersion()
public String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |