protected static enum FileSystemNodeLabelsStore.SerializedLogType extends Enum<FileSystemNodeLabelsStore.SerializedLogType>
Enum Constant and Description |
---|
ADD_LABELS |
NODE_TO_LABELS |
REMOVE_LABELS |
Modifier and Type | Method and Description |
---|---|
static FileSystemNodeLabelsStore.SerializedLogType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSystemNodeLabelsStore.SerializedLogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileSystemNodeLabelsStore.SerializedLogType ADD_LABELS
public static final FileSystemNodeLabelsStore.SerializedLogType NODE_TO_LABELS
public static final FileSystemNodeLabelsStore.SerializedLogType REMOVE_LABELS
public static FileSystemNodeLabelsStore.SerializedLogType[] values()
for (FileSystemNodeLabelsStore.SerializedLogType c : FileSystemNodeLabelsStore.SerializedLogType.values()) System.out.println(c);
public static FileSystemNodeLabelsStore.SerializedLogType 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 nullCopyright © 2022 Apache Software Foundation. All rights reserved.