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