public static enum SQLHandler.AggregationMode extends Enum<SQLHandler.AggregationMode>
Enum Constant and Description |
---|
FACET |
MAP_REDUCE |
Modifier and Type | Method and Description |
---|---|
static SQLHandler.AggregationMode |
getMode(String mode) |
static SQLHandler.AggregationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLHandler.AggregationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SQLHandler.AggregationMode MAP_REDUCE
public static final SQLHandler.AggregationMode FACET
public static SQLHandler.AggregationMode[] values()
for (SQLHandler.AggregationMode c : SQLHandler.AggregationMode.values()) System.out.println(c);
public static SQLHandler.AggregationMode 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 nullpublic static SQLHandler.AggregationMode getMode(String mode) throws IOException
IOException
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.