public enum VoidHistoryServerArchivist extends Enum<VoidHistoryServerArchivist> implements HistoryServerArchivist
HistoryServerArchivist.| 枚举常量和说明 |
|---|
INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<Acknowledge> |
archiveExecutionGraph(ExecutionGraphInfo executionGraph)
Archives the given
ExecutionGraphInfo on the history server. |
static VoidHistoryServerArchivist |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static VoidHistoryServerArchivist[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcreateHistoryServerArchivistpublic static final VoidHistoryServerArchivist INSTANCE
public static VoidHistoryServerArchivist[] values()
for (VoidHistoryServerArchivist c : VoidHistoryServerArchivist.values()) System.out.println(c);
public static VoidHistoryServerArchivist valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public CompletableFuture<Acknowledge> archiveExecutionGraph(ExecutionGraphInfo executionGraph)
HistoryServerArchivistExecutionGraphInfo on the history server.archiveExecutionGraph 在接口中 HistoryServerArchivistexecutionGraph - to store on the history serverCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.