public static enum FSMBuilder.AddInfoTypes extends Enum<FSMBuilder.AddInfoTypes>
Enum Constant and Description |
---|
COMBINE_INPUT_RECORDS |
COMBINE_OUTPUT_RECORDS |
HOST_OTHER |
INPUT_BYTES |
INPUT_GROUPS |
INPUT_RECORDS |
OUTPUT_BYTES |
OUTPUT_RECORDS |
RECORDS_SPILLED |
SHUFFLE_BYTES |
Modifier and Type | Method and Description |
---|---|
static FSMBuilder.AddInfoTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FSMBuilder.AddInfoTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FSMBuilder.AddInfoTypes HOST_OTHER
public static final FSMBuilder.AddInfoTypes INPUT_BYTES
public static final FSMBuilder.AddInfoTypes INPUT_RECORDS
public static final FSMBuilder.AddInfoTypes INPUT_GROUPS
public static final FSMBuilder.AddInfoTypes OUTPUT_BYTES
public static final FSMBuilder.AddInfoTypes OUTPUT_RECORDS
public static final FSMBuilder.AddInfoTypes SHUFFLE_BYTES
public static final FSMBuilder.AddInfoTypes RECORDS_SPILLED
public static final FSMBuilder.AddInfoTypes COMBINE_INPUT_RECORDS
public static final FSMBuilder.AddInfoTypes COMBINE_OUTPUT_RECORDS
public static FSMBuilder.AddInfoTypes[] values()
for (FSMBuilder.AddInfoTypes c : FSMBuilder.AddInfoTypes.values()) System.out.println(c);
public static FSMBuilder.AddInfoTypes 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 © 2015 Apache Software Foundation. All Rights Reserved.