Interface Descriptor
- All Known Implementing Classes:
PreserveWatermarks,Rowtime,Schema,TimestampExtractor,WatermarkStrategy
Deprecated.
Interface that adds a set of string-based, normalized properties for describing DDL information.
Typical characteristics of a descriptor are: - descriptors have a default constructor - descriptors themselves contain very little logic - corresponding validators validate the correctness (goal: have a single point of validation)
A descriptor is similar to a builder in a builder pattern, thus, mutable for building properties.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Converts this descriptor into a set of properties.
-
Method Details
-
toProperties
Deprecated.Converts this descriptor into a set of properties.
-
Descriptorwas primarily used for the legacy connector stack and have been deprecated. UseTableDescriptorfor creating sources and sinks from the Table API.