Uses of Interface
org.apache.flink.runtime.operators.coordination.OperatorCoordinator.SubtaskGateway
-
-
Uses of OperatorCoordinator.SubtaskGateway in org.apache.flink.runtime.operators.coordination
Methods in org.apache.flink.runtime.operators.coordination with parameters of type OperatorCoordinator.SubtaskGateway Modifier and Type Method Description voidOperatorCoordinator. executionAttemptReady(int subtask, int attemptNumber, OperatorCoordinator.SubtaskGateway gateway)This is called when a subtask execution attempt of the Operator becomes ready to receive events.voidRecreateOnResetOperatorCoordinator. executionAttemptReady(int subtask, int attemptNumber, OperatorCoordinator.SubtaskGateway gateway) -
Uses of OperatorCoordinator.SubtaskGateway in org.apache.flink.runtime.source.coordinator
Methods in org.apache.flink.runtime.source.coordinator with parameters of type OperatorCoordinator.SubtaskGateway Modifier and Type Method Description voidSourceCoordinator. executionAttemptReady(int subtask, int attemptNumber, OperatorCoordinator.SubtaskGateway gateway) -
Uses of OperatorCoordinator.SubtaskGateway in org.apache.flink.streaming.api.operators.collect
Methods in org.apache.flink.streaming.api.operators.collect with parameters of type OperatorCoordinator.SubtaskGateway Modifier and Type Method Description voidCollectSinkOperatorCoordinator. executionAttemptReady(int subtask, int attemptNumber, OperatorCoordinator.SubtaskGateway gateway)
-