Class RowtimeValidator

  • All Implemented Interfaces:
    org.apache.flink.table.descriptors.DescriptorValidator

    @PublicEvolving
    @Deprecated
    public class RowtimeValidator
    extends Object
    implements org.apache.flink.table.descriptors.DescriptorValidator
    Deprecated.
    See Rowtime for details.
    Validator for Rowtime.
    • Constructor Detail

      • RowtimeValidator

        public RowtimeValidator​(boolean supportsSourceTimestamps,
                                boolean supportsSourceWatermarks)
        Deprecated.
      • RowtimeValidator

        public RowtimeValidator​(boolean supportsSourceTimestamps,
                                boolean supportsSourceWatermarks,
                                String prefix)
        Deprecated.
    • Method Detail

      • validate

        public void validate​(org.apache.flink.table.descriptors.DescriptorProperties properties)
        Deprecated.
        Specified by:
        validate in interface org.apache.flink.table.descriptors.DescriptorValidator
      • getRowtimeComponents

        public static Optional<org.apache.flink.api.java.tuple.Tuple2<org.apache.flink.table.sources.tsextractors.TimestampExtractor,​org.apache.flink.table.sources.wmstrategies.WatermarkStrategy>> getRowtimeComponents​(org.apache.flink.table.descriptors.DescriptorProperties properties,
                                                                                                                                                                                                                                String prefix)
        Deprecated.