Uses of Interface
org.apache.flink.api.common.eventtime.SerializableTimestampAssigner
-
Packages that use SerializableTimestampAssigner Package Description org.apache.flink.api.common.eventtime -
-
Uses of SerializableTimestampAssigner in org.apache.flink.api.common.eventtime
Methods in org.apache.flink.api.common.eventtime with parameters of type SerializableTimestampAssigner Modifier and Type Method Description static <T> TimestampAssignerSupplier<T>TimestampAssignerSupplier. of(SerializableTimestampAssigner<T> assigner)default WatermarkStrategy<T>WatermarkStrategy. withTimestampAssigner(SerializableTimestampAssigner<T> timestampAssigner)Creates a newWatermarkStrategythat wraps this strategy but instead uses the givenSerializableTimestampAssigner.Constructors in org.apache.flink.api.common.eventtime with parameters of type SerializableTimestampAssigner Constructor Description SupplierFromSerializableTimestampAssigner(SerializableTimestampAssigner<T> assigner)
-