Class ConnectorDescriptorValidator

java.lang.Object
org.apache.flink.table.descriptors.ConnectorDescriptorValidator
All Implemented Interfaces:
DescriptorValidator
Direct Known Subclasses:
FileSystemValidator

@Internal @Deprecated public abstract class ConnectorDescriptorValidator extends Object implements DescriptorValidator
Deprecated.
Base validator for options of a connector.
  • Field Details

    • CONNECTOR

      public static final String CONNECTOR
      Deprecated.
      Prefix for connector-related properties.
      See Also:
    • CONNECTOR_TYPE

      public static final String CONNECTOR_TYPE
      Deprecated.
      Key for describing the type of the connector. Usually used for factory discovery.
      See Also:
    • CONNECTOR_PROPERTY_VERSION

      public static final String CONNECTOR_PROPERTY_VERSION
      Deprecated.
      Key for describing the property version. This property can be used for backwards compatibility in case the property format changes.
      See Also:
    • CONNECTOR_VERSION

      public static final String CONNECTOR_VERSION
      Deprecated.
      Key for describing the version of the connector. This property can be used for different connector versions (e.g. Kafka 0.10 or Kafka 0.11).
      See Also:
  • Constructor Details

    • ConnectorDescriptorValidator

      public ConnectorDescriptorValidator()
      Deprecated.
  • Method Details