public static enum OperationContext.Scope extends java.lang.Enum<OperationContext.Scope>
Enum Constant and Description |
---|
COLLECT_STATS |
DISTINCT |
EXECUTE |
FINALIZE |
GROUP_AGGREGATE_KEYER |
INTERSECT |
LOCATE |
PARSE_FILE |
READ |
READ_SORTED |
READ_TEXT_FILE |
REDUCE |
ROLLUP |
SHUFFLE |
SORT |
SORT_KEYER |
SUBTRACT |
WINDOW |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
displayName() |
static OperationContext.Scope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationContext.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationContext.Scope READ_TEXT_FILE
public static final OperationContext.Scope PARSE_FILE
public static final OperationContext.Scope SORT_KEYER
public static final OperationContext.Scope GROUP_AGGREGATE_KEYER
public static final OperationContext.Scope REDUCE
public static final OperationContext.Scope READ
public static final OperationContext.Scope SORT
public static final OperationContext.Scope WINDOW
public static final OperationContext.Scope READ_SORTED
public static final OperationContext.Scope ROLLUP
public static final OperationContext.Scope EXECUTE
public static final OperationContext.Scope FINALIZE
public static final OperationContext.Scope DISTINCT
public static final OperationContext.Scope SUBTRACT
public static final OperationContext.Scope INTERSECT
public static final OperationContext.Scope SHUFFLE
public static final OperationContext.Scope LOCATE
public static final OperationContext.Scope COLLECT_STATS
public static OperationContext.Scope[] values()
for (OperationContext.Scope c : OperationContext.Scope.values()) System.out.println(c);
public static OperationContext.Scope valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String displayName()