Class OperatorChain.ChainedSource
java.lang.Object
org.apache.flink.streaming.runtime.tasks.OperatorChain.ChainedSource
- Enclosing class:
- OperatorChain<OUT,
OP extends StreamOperator<OUT>>
Wrapper class to access the chained sources and their's outputs.
-
Constructor Summary
ConstructorsConstructorDescriptionChainedSource(WatermarkGaugeExposingOutput<StreamRecord<?>> chainedSourceOutput, StreamTaskSourceInput<?> sourceTaskInput) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ChainedSource
public ChainedSource(WatermarkGaugeExposingOutput<StreamRecord<?>> chainedSourceOutput, StreamTaskSourceInput<?> sourceTaskInput)
-
-
Method Details
-
getSourceOutput
-
getSourceTaskInput
-