Uses of Interface
org.apache.flink.streaming.api.functions.source.legacy.SourceFunction.SourceContext
Packages that use SourceFunction.SourceContext
Package
Description
-
Uses of SourceFunction.SourceContext in org.apache.flink.streaming.api.functions.source.legacy
Methods in org.apache.flink.streaming.api.functions.source.legacy with parameters of type SourceFunction.SourceContextModifier and TypeMethodDescriptionvoidContinuousFileMonitoringFunction.run(SourceFunction.SourceContext<TimestampedFileInputSplit> context) Deprecated.voidFileMonitoringFunction.run(SourceFunction.SourceContext<org.apache.flink.api.java.tuple.Tuple3<String, Long, Long>> ctx) Deprecated.voidFromElementsFunction.run(SourceFunction.SourceContext<T> ctx) Deprecated.voidFromIteratorFunction.run(SourceFunction.SourceContext<T> ctx) Deprecated.voidFromSplittableIteratorFunction.run(SourceFunction.SourceContext<T> ctx) Deprecated.voidInputFormatSourceFunction.run(SourceFunction.SourceContext<OUT> ctx) Deprecated.voidSocketTextStreamFunction.run(SourceFunction.SourceContext<String> ctx) Deprecated.voidSourceFunction.run(SourceFunction.SourceContext<T> ctx) Deprecated.Starts the source.voidStatefulSequenceSource.run(SourceFunction.SourceContext<Long> ctx) Deprecated. -
Uses of SourceFunction.SourceContext in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return SourceFunction.SourceContextModifier and TypeMethodDescriptionstatic <OUT> SourceFunction.SourceContext<OUT>StreamSourceContexts.getSourceContext(ProcessingTimeService processingTimeService, Object checkpointLock, Output<StreamRecord<OUT>> output, long watermarkInterval, long idleTimeout, boolean emitProgressiveWatermarks) Deprecated.