Uses of Class
org.apache.flink.streaming.runtime.streamrecord.LatencyMarker
-
-
Uses of LatencyMarker in org.apache.flink.runtime.asyncprocessing.operators
Methods in org.apache.flink.runtime.asyncprocessing.operators with parameters of type LatencyMarker Modifier and Type Method Description voidTimestampedCollectorWithDeclaredVariable. emitLatencyMarker(LatencyMarker latencyMarker)protected voidAbstractAsyncKeyOrderedStreamOperator. 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 LatencyMarker Modifier and Type Method Description voidCountingOutput. 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 LatencyMarker Modifier and Type Method Description voidFinishedDataOutput. 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 LatencyMarker Modifier and Type Method Description 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 LatencyMarker Modifier and Type Method Description voidFinishedOnRestoreMainOperatorOutput. 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 Modifier and Type Method Description voidLatencyStats. reportLatency(LatencyMarker marker)
-