Uses of Class
org.apache.flink.streaming.runtime.io.StreamTaskSourceInput
Packages that use StreamTaskSourceInput
-
Uses of StreamTaskSourceInput in org.apache.flink.streaming.runtime.io
Subclasses of StreamTaskSourceInput in org.apache.flink.streaming.runtime.ioModifier and TypeClassDescriptionclassA subclass ofStreamTaskSourceInputforExternallyInducedSourceReader. -
Uses of StreamTaskSourceInput in org.apache.flink.streaming.runtime.tasks
Subclasses of StreamTaskSourceInput in org.apache.flink.streaming.runtime.tasksModifier and TypeClassDescriptionclassA special source input implementation that immediately emit END_OF_INPUT.Methods in org.apache.flink.streaming.runtime.tasks that return StreamTaskSourceInputModifier and TypeMethodDescriptionOperatorChain.ChainedSource.getSourceTaskInput()OperatorChain.getSourceTaskInput(StreamConfig.SourceInputConfig sourceInput) Methods in org.apache.flink.streaming.runtime.tasks that return types with arguments of type StreamTaskSourceInputConstructors in org.apache.flink.streaming.runtime.tasks with parameters of type StreamTaskSourceInputModifierConstructorDescriptionChainedSource(WatermarkGaugeExposingOutput<StreamRecord<?>> chainedSourceOutput, StreamTaskSourceInput<?> sourceTaskInput)