Uses of Interface
org.apache.flink.runtime.operators.coordination.OperatorEventGateway
-
-
Uses of OperatorEventGateway in org.apache.flink.runtime.operators.coordination
Methods in org.apache.flink.runtime.operators.coordination that return OperatorEventGateway Modifier and Type Method Description OperatorEventGatewayOperatorEventDispatcher. 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 OperatorEventGateway Constructor Description SourceOperator(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) -
Uses of OperatorEventGateway in org.apache.flink.streaming.api.operators.collect
Methods in org.apache.flink.streaming.api.operators.collect with parameters of type OperatorEventGateway Modifier and Type Method Description voidCollectSinkFunction. setOperatorEventGateway(OperatorEventGateway eventGateway) -
Uses of OperatorEventGateway in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks that return OperatorEventGateway Modifier and Type Method Description OperatorEventGatewayOperatorEventDispatcherImpl. getOperatorEventGateway(OperatorID operatorId)
-