Uses of Class
org.apache.flink.table.legacy.descriptors.Rowtime
Packages that use Rowtime
-
Uses of Rowtime in org.apache.flink.table.legacy.descriptors
Methods in org.apache.flink.table.legacy.descriptors that return RowtimeModifier and TypeMethodDescriptionRowtime.timestampsFromExtractor(TimestampExtractor extractor) Deprecated.Sets a custom timestamp extractor to be used for the rowtime attribute.Rowtime.timestampsFromField(String fieldName) Deprecated.Sets a built-in timestamp extractor that converts an existingLongorTypes.SQL_TIMESTAMPfield into the rowtime attribute.Rowtime.timestampsFromSource()Deprecated.Sets a built-in timestamp extractor that converts the assigned timestamps from a DataStream API record into the rowtime attribute and thus preserves the assigned timestamps from the source.Rowtime.watermarksFromSource()Deprecated.Sets a built-in watermark strategy which indicates the watermarks should be preserved from the underlying DataStream API and thus preserves the assigned watermarks from the source.Rowtime.watermarksFromStrategy(WatermarkStrategy strategy) Deprecated.Sets a custom watermark strategy to be used for the rowtime attribute.Rowtime.watermarksPeriodicAscending()Deprecated.Sets a built-in watermark strategy for ascending rowtime attributes.Rowtime.watermarksPeriodicBounded(long delay) Deprecated.Sets a built-in watermark strategy for rowtime attributes which are out-of-order by a bounded time interval.Methods in org.apache.flink.table.legacy.descriptors with parameters of type Rowtime