Uses of Interface
org.apache.flink.api.common.eventtime.TimestampAssignerSupplier
-
Packages that use TimestampAssignerSupplier Package Description org.apache.flink.api.common.eventtime -
-
Uses of TimestampAssignerSupplier in org.apache.flink.api.common.eventtime
Subinterfaces of TimestampAssignerSupplier in org.apache.flink.api.common.eventtime Modifier and Type Interface Description interfaceWatermarkStrategy<T>The WatermarkStrategy defines how to generateWatermarks in the stream sources.Classes in org.apache.flink.api.common.eventtime that implement TimestampAssignerSupplier Modifier and Type Class Description static classTimestampAssignerSupplier.SupplierFromSerializableTimestampAssigner<T>We need an actual class.Methods in org.apache.flink.api.common.eventtime that return TimestampAssignerSupplier Modifier and Type Method Description static <T> TimestampAssignerSupplier<T>TimestampAssignerSupplier. of(SerializableTimestampAssigner<T> assigner)Methods in org.apache.flink.api.common.eventtime with parameters of type TimestampAssignerSupplier Modifier and Type Method Description default WatermarkStrategy<T>WatermarkStrategy. withTimestampAssigner(TimestampAssignerSupplier<T> timestampAssigner)Creates a newWatermarkStrategythat wraps this strategy but instead uses the givenTimestampAssigner(via aTimestampAssignerSupplier).
-