public static enum OpenFilesIterator.OpenFilesType extends Enum<OpenFilesIterator.OpenFilesType>
Enum Constant and Description |
---|
ALL_OPEN_FILES |
BLOCKING_DECOMMISSION |
Modifier and Type | Method and Description |
---|---|
short |
getMode() |
static OpenFilesIterator.OpenFilesType |
valueOf(short num) |
static OpenFilesIterator.OpenFilesType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenFilesIterator.OpenFilesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenFilesIterator.OpenFilesType ALL_OPEN_FILES
public static final OpenFilesIterator.OpenFilesType BLOCKING_DECOMMISSION
public static OpenFilesIterator.OpenFilesType[] values()
for (OpenFilesIterator.OpenFilesType c : OpenFilesIterator.OpenFilesType.values()) System.out.println(c);
public static OpenFilesIterator.OpenFilesType 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 short getMode()
public static OpenFilesIterator.OpenFilesType valueOf(short num)
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.