public static enum AlluxioFuseOpenUtils.OpenAction extends Enum<AlluxioFuseOpenUtils.OpenAction>
Enum Constant and Description |
---|
NOT_SUPPORTED |
READ_ONLY |
READ_WRITE |
WRITE_ONLY |
Modifier and Type | Method and Description |
---|---|
static AlluxioFuseOpenUtils.OpenAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlluxioFuseOpenUtils.OpenAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlluxioFuseOpenUtils.OpenAction READ_ONLY
public static final AlluxioFuseOpenUtils.OpenAction WRITE_ONLY
public static final AlluxioFuseOpenUtils.OpenAction READ_WRITE
public static final AlluxioFuseOpenUtils.OpenAction NOT_SUPPORTED
public static AlluxioFuseOpenUtils.OpenAction[] values()
for (AlluxioFuseOpenUtils.OpenAction c : AlluxioFuseOpenUtils.OpenAction.values()) System.out.println(c);
public static AlluxioFuseOpenUtils.OpenAction 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 © 2023. All Rights Reserved.