@PublicEvolving public enum RestoreMode extends Enum<RestoreMode> implements org.apache.flink.configuration.DescribedEnum
| 限定符和类型 | 字段和说明 |
|---|---|
static RestoreMode |
DEFAULT |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.configuration.description.InlineElement |
getDescription() |
static RestoreMode |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static RestoreMode[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final RestoreMode CLAIM
public static final RestoreMode NO_CLAIM
public static final RestoreMode LEGACY
public static final RestoreMode DEFAULT
public static RestoreMode[] values()
for (RestoreMode c : RestoreMode.values()) System.out.println(c);
public static RestoreMode valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值@Internal public org.apache.flink.configuration.description.InlineElement getDescription()
getDescription 在接口中 org.apache.flink.configuration.DescribedEnumCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.