public static enum LayoutVersion.Feature extends Enum<LayoutVersion.Feature>
限定符和类型 | 方法和说明 |
---|---|
int |
getAncestorLayoutVersion()
Accessor method for feature ancestor layout version
|
String |
getDescription()
Accessor method for feature description
|
int |
getLayoutVersion()
Accessor method for feature layout version
|
boolean |
isReservedForOldRelease() |
static LayoutVersion.Feature |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static LayoutVersion.Feature[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
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 RESERVED_REL1_2_0
public static LayoutVersion.Feature[] values()
for (LayoutVersion.Feature c : LayoutVersion.Feature.values()) System.out.println(c);
public static LayoutVersion.Feature valueOf(String name)
name
- 要返回的枚举常量的名称。public int getLayoutVersion()
public int getAncestorLayoutVersion()
public String getDescription()
public boolean isReservedForOldRelease()
Copyright © 2009 The Apache Software Foundation