Uses of Interface
org.apache.flink.api.common.eventtime.WatermarkGeneratorSupplier
-
Packages that use WatermarkGeneratorSupplier Package Description org.apache.flink.api.common.eventtime -
-
Uses of WatermarkGeneratorSupplier in org.apache.flink.api.common.eventtime
Subinterfaces of WatermarkGeneratorSupplier in org.apache.flink.api.common.eventtime Modifier and Type Interface Description interfaceWatermarkStrategy<T>The WatermarkStrategy defines how to generateWatermarks in the stream sources.Methods in org.apache.flink.api.common.eventtime with parameters of type WatermarkGeneratorSupplier Modifier and Type Method Description static <T> WatermarkStrategy<T>WatermarkStrategy. forGenerator(WatermarkGeneratorSupplier<T> generatorSupplier)Creates a watermark strategy based on an existingWatermarkGeneratorSupplier.
-