Uses of Interface
org.apache.flink.runtime.operators.coordination.OperatorEventDispatcher
-
Packages that use OperatorEventDispatcher Package Description org.apache.flink.streaming.api.operators org.apache.flink.streaming.runtime.tasks -
-
Uses of OperatorEventDispatcher in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return OperatorEventDispatcher Modifier and Type Method Description OperatorEventDispatcherStreamOperatorParameters. getOperatorEventDispatcher()Methods in org.apache.flink.streaming.api.operators with parameters of type OperatorEventDispatcher Modifier and Type Method Description static <OUT,OP extends StreamOperator<OUT>>
org.apache.flink.api.java.tuple.Tuple2<OP,Optional<ProcessingTimeService>>StreamOperatorFactoryUtil. createOperator(StreamOperatorFactory<OUT> operatorFactory, StreamTask<OUT,?> containingTask, StreamConfig configuration, Output<StreamRecord<OUT>> output, OperatorEventDispatcher operatorEventDispatcher)Creates a new operator using a factory and makes sure that all special factory traits are properly handled.Constructors in org.apache.flink.streaming.api.operators with parameters of type OperatorEventDispatcher Constructor Description StreamOperatorParameters(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output, Supplier<ProcessingTimeService> processingTimeServiceFactory, OperatorEventDispatcher operatorEventDispatcher, org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor) -
Uses of OperatorEventDispatcher in org.apache.flink.streaming.runtime.tasks
Classes in org.apache.flink.streaming.runtime.tasks that implement OperatorEventDispatcher Modifier and Type Class Description classOperatorEventDispatcherImplAn implementation of theOperatorEventDispatcher.Methods in org.apache.flink.streaming.runtime.tasks that return OperatorEventDispatcher Modifier and Type Method Description OperatorEventDispatcherOperatorChain. getOperatorEventDispatcher()
-