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.Modifier and Type | Method and Description |
---|---|
<V> MasterTriggerRestoreHook<V> |
create()
Instantiates the
MasterTriggerRestoreHook . |
<V> MasterTriggerRestoreHook<V> create()
MasterTriggerRestoreHook
.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.