public static enum GroupByDesc.Mode extends Enum<GroupByDesc.Mode>
Enum Constant and Description |
---|
COMPLETE |
FINAL |
HASH |
MERGEPARTIAL |
PARTIAL1 |
PARTIAL2 |
PARTIALS |
Modifier and Type | Method and Description |
---|---|
static GroupByDesc.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupByDesc.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupByDesc.Mode COMPLETE
public static final GroupByDesc.Mode PARTIAL1
public static final GroupByDesc.Mode PARTIAL2
public static final GroupByDesc.Mode PARTIALS
public static final GroupByDesc.Mode FINAL
public static final GroupByDesc.Mode HASH
public static final GroupByDesc.Mode MERGEPARTIAL
public static GroupByDesc.Mode[] values()
for (GroupByDesc.Mode c : GroupByDesc.Mode.values()) System.out.println(c);
public static GroupByDesc.Mode 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 © 2017 The Apache Software Foundation. All rights reserved.