@InterfaceAudience.LimitedPrivate(value="S3A Filesystem and extensions") @InterfaceStability.Unstable public enum PerformanceFlagEnum extends Enum<PerformanceFlagEnum>
When adding new flags, please keep in alphabetical order.
| Enum Constant and Description |
|---|
Create
Create performance.
|
Delete
Delete performance.
|
Mkdir
Mkdir performance.
|
Open
Open performance.
|
| Modifier and Type | Method and Description |
|---|---|
static PerformanceFlagEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerformanceFlagEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PerformanceFlagEnum Create
public static final PerformanceFlagEnum Delete
public static final PerformanceFlagEnum Mkdir
public static final PerformanceFlagEnum Open
public static PerformanceFlagEnum[] values()
for (PerformanceFlagEnum c : PerformanceFlagEnum.values()) System.out.println(c);
public static PerformanceFlagEnum 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 © 2008–2025 Apache Software Foundation. All rights reserved.