Uses of Interface
org.apache.flink.runtime.operators.coordination.OperatorEventGateway
Packages that use OperatorEventGateway
Package
Description
-
Uses of OperatorEventGateway in org.apache.flink.runtime.operators.coordination
Methods in org.apache.flink.runtime.operators.coordination that return OperatorEventGatewayModifier and TypeMethodDescriptionOperatorEventDispatcher.getOperatorEventGateway(OperatorID operatorId) Gets the gateway through which events can be passed to the OperatorCoordinator for the operator identified by the given OperatorID. -
Uses of OperatorEventGateway in org.apache.flink.streaming.api.operators
Constructors in org.apache.flink.streaming.api.operators with parameters of type OperatorEventGatewayModifierConstructorDescriptionSourceOperator(StreamOperatorParameters<OUT> parameters, org.apache.flink.util.function.FunctionWithException<org.apache.flink.api.connector.source.SourceReaderContext, org.apache.flink.api.connector.source.SourceReader<OUT, SplitT>, Exception> readerFactory, OperatorEventGateway operatorEventGateway, org.apache.flink.core.io.SimpleVersionedSerializer<SplitT> splitSerializer, org.apache.flink.api.common.eventtime.WatermarkStrategy<OUT> watermarkStrategy, ProcessingTimeService timeService, org.apache.flink.configuration.Configuration configuration, String localHostname, boolean emitProgressiveWatermarks, StreamTask.CanEmitBatchOfRecordsChecker canEmitBatchOfRecords, Map<String, Boolean> watermarkIsAlignedMap) -
Uses of OperatorEventGateway in org.apache.flink.streaming.api.operators.collect
Methods in org.apache.flink.streaming.api.operators.collect with parameters of type OperatorEventGatewayModifier and TypeMethodDescriptionvoidCollectSinkFunction.setOperatorEventGateway(OperatorEventGateway eventGateway) -
Uses of OperatorEventGateway in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks that return OperatorEventGatewayModifier and TypeMethodDescriptionOperatorEventDispatcherImpl.getOperatorEventGateway(OperatorID operatorId)