public interface OperatorCoordinatorAdapter
extends org.apache.flink.runtime.operators.coordination.OperatorCoordinator
OperatorCoordinator.org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Context, org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Provider, org.apache.flink.runtime.operators.coordination.OperatorCoordinator.SubtaskGateway| Modifier and Type | Method and Description |
|---|---|
default void |
executionAttemptFailed(int i,
int attemptNumber,
Throwable throwable) |
default void |
executionAttemptReady(int i,
int attemptNumber,
org.apache.flink.runtime.operators.coordination.OperatorCoordinator.SubtaskGateway subtaskGateway) |
default void |
handleEventFromOperator(int i,
int attemptNumber,
org.apache.flink.runtime.operators.coordination.OperatorEvent operatorEvent) |
void |
handleEventFromOperator(int i,
org.apache.flink.runtime.operators.coordination.OperatorEvent operatorEvent) |
void |
subtaskFailed(int i,
Throwable throwable) |
void |
subtaskReady(int i,
org.apache.flink.runtime.operators.coordination.OperatorCoordinator.SubtaskGateway subtaskGateway) |
void handleEventFromOperator(int i,
org.apache.flink.runtime.operators.coordination.OperatorEvent operatorEvent)
throws Exception
Exceptiondefault void handleEventFromOperator(int i,
int attemptNumber,
org.apache.flink.runtime.operators.coordination.OperatorEvent operatorEvent)
throws Exception
handleEventFromOperator in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinatorExceptionvoid subtaskReady(int i,
org.apache.flink.runtime.operators.coordination.OperatorCoordinator.SubtaskGateway subtaskGateway)
default void executionAttemptReady(int i,
int attemptNumber,
org.apache.flink.runtime.operators.coordination.OperatorCoordinator.SubtaskGateway subtaskGateway)
executionAttemptReady in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinatordefault void executionAttemptFailed(int i,
int attemptNumber,
Throwable throwable)
executionAttemptFailed in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinatorCopyright © 2023 The Apache Software Foundation. All rights reserved.