java.io.Serializable, java.lang.Comparable<FSImageFormatProtobuf.SectionName>public static enum FSImageFormatProtobuf.SectionName extends java.lang.Enum<FSImageFormatProtobuf.SectionName>
| Enum Constant | Description |
|---|---|
CACHE_MANAGER |
|
ERASURE_CODING |
|
EXTENDED_ACL |
|
FILES_UNDERCONSTRUCTION |
|
INODE |
|
INODE_DIR |
|
INODE_DIR_SUB |
|
INODE_REFERENCE |
|
INODE_REFERENCE_SUB |
|
INODE_SUB |
|
NS_INFO |
|
SECRET_MANAGER |
|
SNAPSHOT |
|
SNAPSHOT_DIFF |
|
SNAPSHOT_DIFF_SUB |
|
STRING_TABLE |
| Modifier and Type | Method | Description |
|---|---|---|
static FSImageFormatProtobuf.SectionName |
fromString(java.lang.String name) |
|
static FSImageFormatProtobuf.SectionName |
valueOf(java.lang.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 ERASURE_CODING
public static final FSImageFormatProtobuf.SectionName INODE
public static final FSImageFormatProtobuf.SectionName INODE_SUB
public static final FSImageFormatProtobuf.SectionName INODE_REFERENCE
public static final FSImageFormatProtobuf.SectionName INODE_REFERENCE_SUB
public static final FSImageFormatProtobuf.SectionName SNAPSHOT
public static final FSImageFormatProtobuf.SectionName INODE_DIR
public static final FSImageFormatProtobuf.SectionName INODE_DIR_SUB
public static final FSImageFormatProtobuf.SectionName FILES_UNDERCONSTRUCTION
public static final FSImageFormatProtobuf.SectionName SNAPSHOT_DIFF
public static final FSImageFormatProtobuf.SectionName SNAPSHOT_DIFF_SUB
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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static FSImageFormatProtobuf.SectionName fromString(java.lang.String name)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.