Uses of Interface
org.apache.flink.runtime.operators.coordination.OperatorCoordinator.SubtaskGateway
Packages that use OperatorCoordinator.SubtaskGateway
Package
Description
-
Uses of OperatorCoordinator.SubtaskGateway in org.apache.flink.runtime.operators.coordination
Methods in org.apache.flink.runtime.operators.coordination with parameters of type OperatorCoordinator.SubtaskGatewayModifier and TypeMethodDescriptionvoidOperatorCoordinator.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.SubtaskGatewayModifier and TypeMethodDescriptionvoidSourceCoordinator.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.SubtaskGatewayModifier and TypeMethodDescriptionvoidCollectSinkOperatorCoordinator.executionAttemptReady(int subtask, int attemptNumber, OperatorCoordinator.SubtaskGateway gateway)