public class RpcTaskOperatorEventGateway extends Object implements TaskOperatorEventGateway
JobMasterOperatorEventGateway to send
the messages to the coordinator.| 构造器和说明 |
|---|
RpcTaskOperatorEventGateway(JobMasterOperatorEventGateway rpcGateway,
ExecutionAttemptID taskExecutionId,
java.util.function.Consumer<Throwable> errorHandler) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
sendOperatorEventToCoordinator(OperatorID operator,
org.apache.flink.util.SerializedValue<OperatorEvent> event)
Send an event from the operator (identified by the given operator ID) to the operator
coordinator (identified by the same ID).
|
public RpcTaskOperatorEventGateway(JobMasterOperatorEventGateway rpcGateway, ExecutionAttemptID taskExecutionId, java.util.function.Consumer<Throwable> errorHandler)
public void sendOperatorEventToCoordinator(OperatorID operator, org.apache.flink.util.SerializedValue<OperatorEvent> event)
TaskOperatorEventGatewayCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.