Uses of Interface
org.apache.flink.runtime.operators.coordination.OperatorEventDispatcher
Packages that use OperatorEventDispatcher
Package
Description
-
Uses of OperatorEventDispatcher in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return OperatorEventDispatcherMethods in org.apache.flink.streaming.api.operators with parameters of type OperatorEventDispatcherModifier and TypeMethodDescriptionstatic <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 OperatorEventDispatcherModifierConstructorDescriptionStreamOperatorParameters(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 OperatorEventDispatcherMethods in org.apache.flink.streaming.runtime.tasks that return OperatorEventDispatcher