Uses of Class
org.apache.flink.streaming.runtime.streamrecord.LatencyMarker
Packages that use LatencyMarker
Package
Description
-
Uses of LatencyMarker in org.apache.flink.runtime.asyncprocessing.operators
Methods in org.apache.flink.runtime.asyncprocessing.operators with parameters of type LatencyMarkerModifier and TypeMethodDescriptionvoidTimestampedCollectorWithDeclaredVariable.emitLatencyMarker(LatencyMarker latencyMarker) protected voidAbstractAsyncStateStreamOperator.reportOrForwardLatencyMarker(LatencyMarker marker) protected voidAbstractAsyncStateStreamOperatorV2.reportOrForwardLatencyMarker(LatencyMarker marker) -
Uses of LatencyMarker in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type LatencyMarkerModifier and TypeMethodDescriptionvoidCountingOutput.emitLatencyMarker(LatencyMarker latencyMarker) voidOutput.emitLatencyMarker(LatencyMarker latencyMarker) voidTimestampedCollector.emitLatencyMarker(LatencyMarker latencyMarker) voidAbstractStreamOperator.processLatencyMarker(LatencyMarker latencyMarker) voidInput.processLatencyMarker(LatencyMarker latencyMarker) Processes aLatencyMarkerthat arrived on the first input of this two-input operator.voidAbstractStreamOperator.processLatencyMarker1(LatencyMarker latencyMarker) voidTwoInputStreamOperator.processLatencyMarker1(LatencyMarker latencyMarker) Processes aLatencyMarkerthat arrived on the first input of this two-input operator.voidAbstractStreamOperator.processLatencyMarker2(LatencyMarker latencyMarker) voidTwoInputStreamOperator.processLatencyMarker2(LatencyMarker latencyMarker) Processes aLatencyMarkerthat arrived on the second input of this two-input operator.protected voidAbstractStreamOperator.reportOrForwardLatencyMarker(LatencyMarker marker) protected voidAbstractStreamOperatorV2.reportOrForwardLatencyMarker(LatencyMarker marker) protected voidStreamSink.reportOrForwardLatencyMarker(LatencyMarker marker) -
Uses of LatencyMarker in org.apache.flink.streaming.runtime.io
Methods in org.apache.flink.streaming.runtime.io with parameters of type LatencyMarkerModifier and TypeMethodDescriptionvoidFinishedDataOutput.emitLatencyMarker(LatencyMarker latencyMarker) voidPushingAsyncDataInput.DataOutput.emitLatencyMarker(LatencyMarker latencyMarker) voidRecordWriterOutput.emitLatencyMarker(LatencyMarker latencyMarker) -
Uses of LatencyMarker in org.apache.flink.streaming.runtime.streamrecord
Methods in org.apache.flink.streaming.runtime.streamrecord that return LatencyMarkerModifier and TypeMethodDescriptionfinal LatencyMarkerStreamElement.asLatencyMarker()Casts this element into a LatencyMarker. -
Uses of LatencyMarker in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks with parameters of type LatencyMarkerModifier and TypeMethodDescriptionvoidFinishedOnRestoreMainOperatorOutput.emitLatencyMarker(LatencyMarker latencyMarker) voidSourceOperatorStreamTask.AsyncDataOutputToOutput.emitLatencyMarker(LatencyMarker latencyMarker) voidFinishedOnRestoreInput.processLatencyMarker(LatencyMarker latencyMarker) -
Uses of LatencyMarker in org.apache.flink.streaming.util
Methods in org.apache.flink.streaming.util with parameters of type LatencyMarker