Uses of Class
org.apache.flink.streaming.api.operators.SourceOperator
Packages that use SourceOperator
-
Uses of SourceOperator in org.apache.flink.streaming.runtime.io
Methods in org.apache.flink.streaming.runtime.io that return SourceOperatorConstructors in org.apache.flink.streaming.runtime.io with parameters of type SourceOperatorModifierConstructorDescriptionStreamTaskExternallyInducedSourceInput(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 SourceOperatorModifierConstructorDescriptionStreamTaskFinishedOnRestoreSourceInput(SourceOperator<T, ?> operator, int inputGateIndex, int inputIndex)