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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Prefix for connector-related properties.static final StringDeprecated.Key for describing the property version.static final StringDeprecated.Key for describing the type of the connector.static final StringDeprecated.Key for describing the version of the connector. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(DescriptorProperties properties) Deprecated.Performs basic validation such as completeness tests.
-
Field Details
-
CONNECTOR
Deprecated.Prefix for connector-related properties.- See Also:
-
CONNECTOR_TYPE
Deprecated.Key for describing the type of the connector. Usually used for factory discovery.- See Also:
-
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
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
-
validate
Deprecated.Description copied from interface:DescriptorValidatorPerforms basic validation such as completeness tests.- Specified by:
validatein interfaceDescriptorValidator
-