Uses of Interface
org.apache.flink.streaming.runtime.tasks.WatermarkGaugeExposingOutput
Packages that use WatermarkGaugeExposingOutput
Package
Description
-
Uses of WatermarkGaugeExposingOutput in org.apache.flink.streaming.api.operators
Classes in org.apache.flink.streaming.api.operators that implement WatermarkGaugeExposingOutputModifier and TypeClassDescriptionclassCountingOutput<OUT>WrappingOutputthat updates metrics on the number of emitted elements.Constructors in org.apache.flink.streaming.api.operators with parameters of type WatermarkGaugeExposingOutputModifierConstructorDescriptionCountingOutput(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 WatermarkGaugeExposingOutputModifier and TypeClassDescriptionclassRecordWriterOutput<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.tasksModifier and TypeInterfaceDescriptioninterfaceThis 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 WatermarkGaugeExposingOutputModifier and TypeClassDescriptionclassA 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 WatermarkGaugeExposingOutputModifier and TypeFieldDescriptionprotected final WatermarkGaugeExposingOutput<StreamRecord<OUT>>OperatorChain.mainOperatorOutputMethods in org.apache.flink.streaming.runtime.tasks that return WatermarkGaugeExposingOutputModifier and TypeMethodDescriptionFinishedOperatorChain.getMainOperatorOutput()OperatorChain.getMainOperatorOutput()OperatorChain.ChainedSource.getSourceOutput()Constructors in org.apache.flink.streaming.runtime.tasks with parameters of type WatermarkGaugeExposingOutputModifierConstructorDescriptionChainedSource(WatermarkGaugeExposingOutput<StreamRecord<?>> chainedSourceOutput, StreamTaskSourceInput<?> sourceTaskInput)