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 -
-
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 classCountingOutput<OUT>WrappingOutputthat 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, org.apache.flink.metrics.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 classRecordWriterOutput<OUT>Implementation ofOutputthat 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 interfaceOutputWithChainingCheck<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 classFinishedOnRestoreMainOperatorOutput<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. mainOperatorOutputMethods 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)
-