public static enum ExternalSorter.Options.SorterType extends java.lang.Enum<ExternalSorter.Options.SorterType>
Modifier and Type | Method and Description |
---|---|
static ExternalSorter.Options.SorterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExternalSorter.Options.SorterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalSorter.Options.SorterType HADOOP
public static final ExternalSorter.Options.SorterType NATIVE
public static ExternalSorter.Options.SorterType[] values()
for (ExternalSorter.Options.SorterType c : ExternalSorter.Options.SorterType.values()) System.out.println(c);
public static ExternalSorter.Options.SorterType 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 null