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