public static interface MasterTriggerRestoreHook.Factory extends Serializable
MasterTriggerRestoreHook.
The hooks are defined when creating the streaming dataflow graph and are attached to the job graph, which gets sent to the cluster for execution. To avoid having to make the hook implementation serializable, a serializable hook factory is actually attached to the job graph instead of the hook implementation itself.
| 限定符和类型 | 方法和说明 |
|---|---|
<V> MasterTriggerRestoreHook<V> |
create()
Instantiates the
MasterTriggerRestoreHook. |
<V> MasterTriggerRestoreHook<V> create()
MasterTriggerRestoreHook.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.