Uses of Interface
org.apache.flink.runtime.operators.coordination.OperatorEventHandler
-
Packages that use OperatorEventHandler Package Description org.apache.flink.runtime.operators.coordination -
-
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.
-