Uses of Interface
org.apache.flink.runtime.operators.coordination.OperatorEventHandler
-
-
Uses of OperatorEventHandler in org.apache.flink.runtime.operators.coordination
Methods in org.apache.flink.runtime.operators.coordination with parameters of type OperatorEventHandler Modifier and Type Method Description voidOperatorEventDispatcher. registerEventHandler(OperatorID operator, OperatorEventHandler handler)Register a listener that is notified every time an OperatorEvent is sent from the OperatorCoordinator (of the operator with the given OperatorID) to this subtask. -
Uses of OperatorEventHandler in org.apache.flink.streaming.api.operators
Classes in org.apache.flink.streaming.api.operators that implement OperatorEventHandler Modifier and Type Class Description classSourceOperator<OUT,SplitT extends org.apache.flink.api.connector.source.SourceSplit>Base source operator only used for integrating the source reader which is proposed by FLIP-27. -
Uses of OperatorEventHandler in org.apache.flink.streaming.api.operators.collect
Classes in org.apache.flink.streaming.api.operators.collect that implement OperatorEventHandler Modifier and Type Class Description classCollectSinkOperator<IN>AStreamSinkthat collects query results and sends them back to the client. -
Uses of OperatorEventHandler in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks with parameters of type OperatorEventHandler Modifier and Type Method Description voidOperatorEventDispatcherImpl. registerEventHandler(OperatorID operator, OperatorEventHandler handler)
-