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