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