public static enum StateMetaInfoSnapshot.CommonOptionsKeys extends Enum<StateMetaInfoSnapshot.CommonOptionsKeys>
| 枚举常量和说明 |
|---|
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 |
| 限定符和类型 | 方法和说明 |
|---|---|
static StateMetaInfoSnapshot.CommonOptionsKeys |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static StateMetaInfoSnapshot.CommonOptionsKeys[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
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 - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.