Uses of Interface
org.apache.flink.api.common.watermark.Watermark
-
Packages that use Watermark Package Description org.apache.flink.api.common.watermark -
-
Uses of Watermark in org.apache.flink.api.common.watermark
Classes in org.apache.flink.api.common.watermark that implement Watermark Modifier and Type Class Description classBoolWatermarkTheBoolWatermarkrepresents a watermark with a boolean value and an associated identifier.classLongWatermarkTheLongWatermarkrepresents a watermark with a long value and an associated identifier.Methods in org.apache.flink.api.common.watermark with parameters of type Watermark Modifier and Type Method Description voidWatermarkManager. emitWatermark(Watermark watermark)Emits a watermark from the process function.
-