Uses of Class
org.apache.flink.streaming.api.watermark.Watermark
-
Packages that use Watermark Package Description org.apache.flink.streaming.api.functions org.apache.flink.streaming.api.functions.source org.apache.flink.streaming.api.functions.timestamps org.apache.flink.streaming.api.operators org.apache.flink.streaming.api.operators.async org.apache.flink.streaming.api.operators.co org.apache.flink.streaming.api.operators.sorted.state org.apache.flink.streaming.api.watermark org.apache.flink.streaming.runtime.io org.apache.flink.streaming.runtime.operators This package contains the operators that perform the stream transformations.org.apache.flink.streaming.runtime.streamrecord org.apache.flink.streaming.runtime.tasks This package contains classes that realize streaming tasks.org.apache.flink.streaming.runtime.watermarkstatus -
-
Uses of Watermark in org.apache.flink.streaming.api.functions
Methods in org.apache.flink.streaming.api.functions that return Watermark Modifier and Type Method Description WatermarkAssignerWithPunctuatedWatermarks. checkAndGetNextWatermark(T lastElement, long extractedTimestamp)Deprecated.Asks this implementation if it wants to emit a watermark.WatermarkAssignerWithPeriodicWatermarks. getCurrentWatermark()Deprecated.Returns the current watermark.WatermarkIngestionTimeExtractor. getCurrentWatermark()Deprecated. -
Uses of Watermark in org.apache.flink.streaming.api.functions.source
Methods in org.apache.flink.streaming.api.functions.source with parameters of type Watermark Modifier and Type Method Description voidSourceFunction.SourceContext. emitWatermark(Watermark mark)Emits the givenWatermark.voidContinuousFileReaderOperator. processWatermark(Watermark mark) -
Uses of Watermark in org.apache.flink.streaming.api.functions.timestamps
Methods in org.apache.flink.streaming.api.functions.timestamps that return Watermark Modifier and Type Method Description WatermarkAscendingTimestampExtractor. getCurrentWatermark()Deprecated.WatermarkBoundedOutOfOrdernessTimestampExtractor. getCurrentWatermark() -
Uses of Watermark in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators with parameters of type Watermark Modifier and Type Method Description voidInternalTimeServiceManager. advanceWatermark(Watermark watermark)Advances the Watermark of all managedtimer services, potentially firing event time timers.voidInternalTimeServiceManagerImpl. advanceWatermark(Watermark watermark)voidCountingOutput. emitWatermark(Watermark mark)voidOutput. emitWatermark(Watermark mark)Emits aWatermarkfrom an operator.voidTimestampedCollector. emitWatermark(Watermark mark)voidOnWatermarkCallback. onWatermark(KEY key, Watermark watermark)The action to be triggered upon reception of a watermark.voidAbstractInput. processWatermark(Watermark mark)voidAbstractStreamOperator. processWatermark(Watermark mark)voidAbstractStreamOperatorV2. processWatermark(Watermark mark)voidInput. processWatermark(Watermark mark)Processes aWatermarkthat arrived on the first input of this two-input operator.voidProcessOperator. processWatermark(Watermark mark)voidStreamSink. processWatermark(Watermark mark)voidAbstractStreamOperator. processWatermark1(Watermark mark)voidTwoInputStreamOperator. processWatermark1(Watermark mark)Processes aWatermarkthat arrived on the first input of this two-input operator.voidAbstractStreamOperator. processWatermark2(Watermark mark)voidTwoInputStreamOperator. processWatermark2(Watermark mark)Processes aWatermarkthat arrived on the second input of this two-input operator.protected voidAbstractStreamOperatorV2. reportWatermark(Watermark mark, int inputId) -
Uses of Watermark in org.apache.flink.streaming.api.operators.async
Methods in org.apache.flink.streaming.api.operators.async with parameters of type Watermark Modifier and Type Method Description voidAsyncWaitOperator. processWatermark(Watermark mark) -
Uses of Watermark in org.apache.flink.streaming.api.operators.co
Methods in org.apache.flink.streaming.api.operators.co with parameters of type Watermark Modifier and Type Method Description voidCoBroadcastWithNonKeyedOperator. processWatermark(Watermark mark)voidCoProcessOperator. processWatermark(Watermark mark) -
Uses of Watermark in org.apache.flink.streaming.api.operators.sorted.state
Methods in org.apache.flink.streaming.api.operators.sorted.state with parameters of type Watermark Modifier and Type Method Description voidBatchExecutionInternalTimeServiceManager. advanceWatermark(Watermark watermark) -
Uses of Watermark in org.apache.flink.streaming.api.watermark
Fields in org.apache.flink.streaming.api.watermark declared as Watermark Modifier and Type Field Description static WatermarkWatermark. MAX_WATERMARKThe watermark that signifies end-of-event-time.static WatermarkWatermark. UNINITIALIZEDThe watermark that signifies is used before any actual watermark has been generated. -
Uses of Watermark in org.apache.flink.streaming.runtime.io
Methods in org.apache.flink.streaming.runtime.io with parameters of type Watermark Modifier and Type Method Description voidFinishedDataOutput. emitWatermark(Watermark watermark)voidPushingAsyncDataInput.DataOutput. emitWatermark(Watermark watermark)voidRecordWriterOutput. emitWatermark(Watermark mark) -
Uses of Watermark in org.apache.flink.streaming.runtime.operators
Methods in org.apache.flink.streaming.runtime.operators with parameters of type Watermark Modifier and Type Method Description voidTimestampsAndWatermarksOperator. processWatermark(Watermark mark)Override the base implementation to completely ignore watermarks propagated from upstream, except for the "end of time" watermark. -
Uses of Watermark in org.apache.flink.streaming.runtime.streamrecord
Methods in org.apache.flink.streaming.runtime.streamrecord that return Watermark Modifier and Type Method Description WatermarkStreamElement. asWatermark()Casts this element into a Watermark. -
Uses of Watermark in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks with parameters of type Watermark Modifier and Type Method Description voidFinishedOnRestoreMainOperatorOutput. emitWatermark(Watermark mark)voidSourceOperatorStreamTask.AsyncDataOutputToOutput. emitWatermark(Watermark watermark)voidFinishedOnRestoreInput. processWatermark(Watermark watermark) -
Uses of Watermark in org.apache.flink.streaming.runtime.watermarkstatus
Methods in org.apache.flink.streaming.runtime.watermarkstatus with parameters of type Watermark Modifier and Type Method Description voidStatusWatermarkValve. inputWatermark(Watermark watermark, int channelIndex, PushingAsyncDataInput.DataOutput<?> output)Feed aWatermarkinto the valve.
-