Uses of Class
org.apache.flink.streaming.api.operators.SourceOperator
-
Packages that use SourceOperator Package Description org.apache.flink.streaming.runtime.io org.apache.flink.streaming.runtime.tasks -
-
Uses of SourceOperator in org.apache.flink.streaming.runtime.io
Methods in org.apache.flink.streaming.runtime.io that return SourceOperator Modifier and Type Method Description SourceOperator<T,?>StreamTaskSourceInput. getOperator()Constructors in org.apache.flink.streaming.runtime.io with parameters of type SourceOperator Constructor Description StreamTaskExternallyInducedSourceInput(SourceOperator<T,?> operator, Consumer<Long> checkpointTriggeringHook, int inputGateIndex, int inputIndex)StreamTaskSourceInput(SourceOperator<T,?> operator, int inputGateIndex, int inputIndex) -
Uses of SourceOperator in org.apache.flink.streaming.runtime.tasks
Constructors in org.apache.flink.streaming.runtime.tasks with parameters of type SourceOperator Constructor Description StreamTaskFinishedOnRestoreSourceInput(SourceOperator<T,?> operator, int inputGateIndex, int inputIndex)
-