Class FileSystemValidator
java.lang.Object
org.apache.flink.table.descriptors.ConnectorDescriptorValidator
org.apache.flink.table.descriptors.FileSystemValidator
- All Implemented Interfaces:
DescriptorValidator
Deprecated.
Validator for the options of the filesystem connector.
-
Field Summary
FieldsFields inherited from class org.apache.flink.table.descriptors.ConnectorDescriptorValidator
CONNECTOR, CONNECTOR_PROPERTY_VERSION, CONNECTOR_TYPE, CONNECTOR_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(DescriptorProperties properties) Deprecated.Performs basic validation such as completeness tests.
-
Field Details
-
CONNECTOR_TYPE_VALUE
Deprecated.- See Also:
-
CONNECTOR_PATH
Deprecated.- See Also:
-
-
Constructor Details
-
FileSystemValidator
public FileSystemValidator()Deprecated.
-
-
Method Details
-
validate
Deprecated.Description copied from interface:DescriptorValidatorPerforms basic validation such as completeness tests.- Specified by:
validatein interfaceDescriptorValidator- Overrides:
validatein classConnectorDescriptorValidator
-
FileSource/FileSink. It is kept only to support tests for the legacy connector stack.