Uses of Interface
org.apache.flink.api.common.eventtime.TimestampAssignerSupplier.Context
-
Packages that use TimestampAssignerSupplier.Context Package Description org.apache.flink.api.common.eventtime -
-
Uses of TimestampAssignerSupplier.Context in org.apache.flink.api.common.eventtime
Methods in org.apache.flink.api.common.eventtime with parameters of type TimestampAssignerSupplier.Context Modifier and Type Method Description TimestampAssigner<T>TimestampAssignerSupplier. createTimestampAssigner(TimestampAssignerSupplier.Context context)Instantiates aTimestampAssigner.TimestampAssigner<T>TimestampAssignerSupplier.SupplierFromSerializableTimestampAssigner. createTimestampAssigner(TimestampAssignerSupplier.Context context)default TimestampAssigner<T>WatermarkStrategy. createTimestampAssigner(TimestampAssignerSupplier.Context context)Instantiates aTimestampAssignerfor assigning timestamps according to this strategy.
-