Uses of Interface
org.apache.flink.runtime.operators.coordination.OperatorEventHandler
Packages that use OperatorEventHandler
Package
Description
-
Uses of OperatorEventHandler in org.apache.flink.runtime.operators.coordination
Methods in org.apache.flink.runtime.operators.coordination with parameters of type OperatorEventHandlerModifier and TypeMethodDescriptionvoidOperatorEventDispatcher.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 OperatorEventHandlerModifier and TypeClassDescriptionclassSourceOperator<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 OperatorEventHandlerModifier and TypeClassDescriptionclassAStreamSinkthat 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 OperatorEventHandlerModifier and TypeMethodDescriptionvoidOperatorEventDispatcherImpl.registerEventHandler(OperatorID operator, OperatorEventHandler handler)