public static enum OperatorStateHandle.Mode extends Enum<OperatorStateHandle.Mode>
OperatorStreamStateHandle
is assigned to tasks during
restore.Enum Constant and Description |
---|
BROADCAST |
SPLIT_DISTRIBUTE |
UNION |
Modifier and Type | Method and Description |
---|---|
static OperatorStateHandle.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorStateHandle.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperatorStateHandle.Mode SPLIT_DISTRIBUTE
public static final OperatorStateHandle.Mode UNION
public static final OperatorStateHandle.Mode BROADCAST
public static OperatorStateHandle.Mode[] values()
for (OperatorStateHandle.Mode c : OperatorStateHandle.Mode.values()) System.out.println(c);
public static OperatorStateHandle.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 © 2014–2024 The Apache Software Foundation. All rights reserved.