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