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