public static enum StateDescriptor.Type extends Enum<StateDescriptor.Type>
Enum Constant and Description |
---|
AGGREGATING |
FOLDING |
LIST |
MAP |
REDUCING |
UNKNOWN
Deprecated.
Enum for migrating from old checkpoints/savepoint versions.
|
VALUE |
Modifier and Type | Method and Description |
---|---|
static StateDescriptor.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateDescriptor.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final StateDescriptor.Type UNKNOWN
public static final StateDescriptor.Type VALUE
public static final StateDescriptor.Type LIST
public static final StateDescriptor.Type REDUCING
public static final StateDescriptor.Type FOLDING
public static final StateDescriptor.Type AGGREGATING
public static final StateDescriptor.Type MAP
public static StateDescriptor.Type[] values()
for (StateDescriptor.Type c : StateDescriptor.Type.values()) System.out.println(c);
public static StateDescriptor.Type 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–2021 The Apache Software Foundation. All rights reserved.