Uses of Class
org.apache.flink.table.legacy.descriptors.Rowtime
-
Packages that use Rowtime Package Description org.apache.flink.table.legacy.descriptors -
-
Uses of Rowtime in org.apache.flink.table.legacy.descriptors
Methods in org.apache.flink.table.legacy.descriptors that return Rowtime Modifier and Type Method Description RowtimeRowtime. timestampsFromExtractor(TimestampExtractor extractor)Deprecated.Sets a custom timestamp extractor to be used for the rowtime attribute.RowtimeRowtime. timestampsFromField(String fieldName)Deprecated.Sets a built-in timestamp extractor that converts an existingLongorTypes.SQL_TIMESTAMPfield into the rowtime attribute.RowtimeRowtime. 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.RowtimeRowtime. 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.RowtimeRowtime. watermarksFromStrategy(WatermarkStrategy strategy)Deprecated.Sets a custom watermark strategy to be used for the rowtime attribute.RowtimeRowtime. watermarksPeriodicAscending()Deprecated.Sets a built-in watermark strategy for ascending rowtime attributes.RowtimeRowtime. 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 Modifier and Type Method Description SchemaSchema. rowtime(Rowtime rowtime)Deprecated.Specifies the previously defined field as an event-time attribute.
-