protected static enum MobCompactionRequest.CompactionType extends Enum<MobCompactionRequest.CompactionType>
Enum Constant and Description |
---|
ALL_FILES
All of mob files are selected.
|
PART_FILES
Part of mob files are selected.
|
Modifier and Type | Method and Description |
---|---|
static MobCompactionRequest.CompactionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MobCompactionRequest.CompactionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MobCompactionRequest.CompactionType PART_FILES
public static final MobCompactionRequest.CompactionType ALL_FILES
public static MobCompactionRequest.CompactionType[] values()
for (MobCompactionRequest.CompactionType c : MobCompactionRequest.CompactionType.values()) System.out.println(c);
public static MobCompactionRequest.CompactionType 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.