public enum NoOpJobGraphStoreWatcher extends Enum<NoOpJobGraphStoreWatcher> implements JobGraphStoreWatcher
JobGraphStoreWatcher empty implementation.| 枚举常量和说明 |
|---|
INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
start(JobGraphStore.JobGraphListener jobGraphListener)
Start the watcher on
JobGraphStore. |
void |
stop()
Stop the watcher on
JobGraphStore. |
static NoOpJobGraphStoreWatcher |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static NoOpJobGraphStoreWatcher[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final NoOpJobGraphStoreWatcher INSTANCE
public static NoOpJobGraphStoreWatcher[] values()
for (NoOpJobGraphStoreWatcher c : NoOpJobGraphStoreWatcher.values()) System.out.println(c);
public static NoOpJobGraphStoreWatcher valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public void start(JobGraphStore.JobGraphListener jobGraphListener)
JobGraphStoreWatcherJobGraphStore.start 在接口中 JobGraphStoreWatcherjobGraphListener - use jobGraphListener to notify the DefaultJobGraphStorepublic void stop()
JobGraphStoreWatcherJobGraphStore.stop 在接口中 JobGraphStoreWatcherCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.