public static enum FSImageFormatProtobuf.SectionName extends Enum<FSImageFormatProtobuf.SectionName>
Enum Constant and Description |
---|
CACHE_MANAGER |
EXTENDED_ACL |
FILES_UNDERCONSTRUCTION |
INODE |
INODE_DIR |
INODE_REFERENCE |
NS_INFO |
SECRET_MANAGER |
SNAPSHOT |
SNAPSHOT_DIFF |
STRING_TABLE |
Modifier and Type | Method and Description |
---|---|
static FSImageFormatProtobuf.SectionName |
fromString(String name) |
static FSImageFormatProtobuf.SectionName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FSImageFormatProtobuf.SectionName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FSImageFormatProtobuf.SectionName NS_INFO
public static final FSImageFormatProtobuf.SectionName STRING_TABLE
public static final FSImageFormatProtobuf.SectionName EXTENDED_ACL
public static final FSImageFormatProtobuf.SectionName INODE
public static final FSImageFormatProtobuf.SectionName INODE_REFERENCE
public static final FSImageFormatProtobuf.SectionName SNAPSHOT
public static final FSImageFormatProtobuf.SectionName INODE_DIR
public static final FSImageFormatProtobuf.SectionName FILES_UNDERCONSTRUCTION
public static final FSImageFormatProtobuf.SectionName SNAPSHOT_DIFF
public static final FSImageFormatProtobuf.SectionName SECRET_MANAGER
public static final FSImageFormatProtobuf.SectionName CACHE_MANAGER
public static FSImageFormatProtobuf.SectionName[] values()
for (FSImageFormatProtobuf.SectionName c : FSImageFormatProtobuf.SectionName.values()) System.out.println(c);
public static FSImageFormatProtobuf.SectionName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static FSImageFormatProtobuf.SectionName fromString(String name)
Copyright © 2017 Apache Software Foundation. All Rights Reserved.