Uses of Interface
org.apache.flink.streaming.runtime.tasks.WatermarkGaugeExposingOutput
-
Packages that use WatermarkGaugeExposingOutput Package Description org.apache.flink.streaming.api.operators org.apache.flink.streaming.runtime.io org.apache.flink.streaming.runtime.tasks This package contains classes that realize streaming tasks. -
-
Uses of WatermarkGaugeExposingOutput in org.apache.flink.streaming.api.operators
Classes in org.apache.flink.streaming.api.operators that implement WatermarkGaugeExposingOutput Modifier and Type Class Description class
CountingOutput<OUT>
WrappingOutput
that updates metrics on the number of emitted elements.Constructors in org.apache.flink.streaming.api.operators with parameters of type WatermarkGaugeExposingOutput Constructor Description CountingOutput(WatermarkGaugeExposingOutput<StreamRecord<OUT>> output, Counter numRecordsOut)
-
Uses of WatermarkGaugeExposingOutput in org.apache.flink.streaming.runtime.io
Classes in org.apache.flink.streaming.runtime.io that implement WatermarkGaugeExposingOutput Modifier and Type Class Description class
RecordWriterOutput<OUT>
Implementation ofOutput
that sends data using aRecordWriter
. -
Uses of WatermarkGaugeExposingOutput in org.apache.flink.streaming.runtime.tasks
Subinterfaces of WatermarkGaugeExposingOutput in org.apache.flink.streaming.runtime.tasks Modifier and Type Interface Description interface
OutputWithChainingCheck<OUT>
This is a wrapper for outputs to check whether the collected record has been emitted to a downstream subtask or to a chained operator.Classes in org.apache.flink.streaming.runtime.tasks that implement WatermarkGaugeExposingOutput Modifier and Type Class Description class
FinishedOnRestoreMainOperatorOutput<OUT>
A fake main operator output that skips all the following operators for finished on restored tasks.Fields in org.apache.flink.streaming.runtime.tasks declared as WatermarkGaugeExposingOutput Modifier and Type Field Description protected WatermarkGaugeExposingOutput<StreamRecord<OUT>>
OperatorChain. mainOperatorOutput
Methods in org.apache.flink.streaming.runtime.tasks that return WatermarkGaugeExposingOutput Modifier and Type Method Description WatermarkGaugeExposingOutput<StreamRecord<OUT>>
FinishedOperatorChain. getMainOperatorOutput()
WatermarkGaugeExposingOutput<StreamRecord<OUT>>
OperatorChain. getMainOperatorOutput()
WatermarkGaugeExposingOutput<StreamRecord<?>>
OperatorChain.ChainedSource. getSourceOutput()
Constructors in org.apache.flink.streaming.runtime.tasks with parameters of type WatermarkGaugeExposingOutput Constructor Description ChainedSource(WatermarkGaugeExposingOutput<StreamRecord<?>> chainedSourceOutput, StreamTaskSourceInput<?> sourceTaskInput)
-