public static enum StateMetaInfoSnapshot.CommonOptionsKeys extends Enum<StateMetaInfoSnapshot.CommonOptionsKeys>
Enum Constant and Description |
---|
KEYED_STATE_TYPE
Key to define the
StateDescriptor.Type of a key/value keyed-state |
OPERATOR_STATE_DISTRIBUTION_MODE
Key to define
OperatorStateHandle.Mode , about how
operator state is distributed on restore |
Modifier and Type | Method and Description |
---|---|
static StateMetaInfoSnapshot.CommonOptionsKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateMetaInfoSnapshot.CommonOptionsKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StateMetaInfoSnapshot.CommonOptionsKeys KEYED_STATE_TYPE
StateDescriptor.Type
of a key/value keyed-statepublic static final StateMetaInfoSnapshot.CommonOptionsKeys OPERATOR_STATE_DISTRIBUTION_MODE
OperatorStateHandle.Mode
, about how
operator state is distributed on restorepublic static StateMetaInfoSnapshot.CommonOptionsKeys[] values()
for (StateMetaInfoSnapshot.CommonOptionsKeys c : StateMetaInfoSnapshot.CommonOptionsKeys.values()) System.out.println(c);
public static StateMetaInfoSnapshot.CommonOptionsKeys 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.