@Internal public final class OperatorEventDispatcherImpl extends Object implements org.apache.flink.runtime.operators.coordination.OperatorEventDispatcher
OperatorEventDispatcher.
This class is intended for single threaded use from the stream task mailbox.
| 构造器和说明 |
|---|
OperatorEventDispatcherImpl(ClassLoader classLoader,
org.apache.flink.runtime.jobgraph.tasks.TaskOperatorEventGateway toCoordinator) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.runtime.operators.coordination.OperatorEventGateway |
getOperatorEventGateway(org.apache.flink.runtime.jobgraph.OperatorID operatorId) |
void |
registerEventHandler(org.apache.flink.runtime.jobgraph.OperatorID operator,
org.apache.flink.runtime.operators.coordination.OperatorEventHandler handler) |
public OperatorEventDispatcherImpl(ClassLoader classLoader, org.apache.flink.runtime.jobgraph.tasks.TaskOperatorEventGateway toCoordinator)
public void registerEventHandler(org.apache.flink.runtime.jobgraph.OperatorID operator,
org.apache.flink.runtime.operators.coordination.OperatorEventHandler handler)
registerEventHandler 在接口中 org.apache.flink.runtime.operators.coordination.OperatorEventDispatcherpublic org.apache.flink.runtime.operators.coordination.OperatorEventGateway getOperatorEventGateway(org.apache.flink.runtime.jobgraph.OperatorID operatorId)
getOperatorEventGateway 在接口中 org.apache.flink.runtime.operators.coordination.OperatorEventDispatcherCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.