protected static enum MobFileCompactionRequest.CompactionType extends Enum<MobFileCompactionRequest.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 MobFileCompactionRequest.CompactionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MobFileCompactionRequest.CompactionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MobFileCompactionRequest.CompactionType PART_FILES
public static final MobFileCompactionRequest.CompactionType ALL_FILES
public static MobFileCompactionRequest.CompactionType[] values()
for (MobFileCompactionRequest.CompactionType c : MobFileCompactionRequest.CompactionType.values()) System.out.println(c);
public static MobFileCompactionRequest.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–2016 Cloudera. All rights reserved.