Uses of Class
org.apache.flink.table.descriptors.DescriptorProperties
-
Packages that use DescriptorProperties Package Description org.apache.flink.table.descriptors -
-
Uses of DescriptorProperties in org.apache.flink.table.descriptors
Methods in org.apache.flink.table.descriptors that return DescriptorProperties Modifier and Type Method Description DescriptorPropertiesDescriptorProperties. withoutKeys(List<String> keys)Deprecated.Returns a new properties instance with the given keys removed.Methods in org.apache.flink.table.descriptors with parameters of type DescriptorProperties Modifier and Type Method Description voidDescriptorProperties. putProperties(DescriptorProperties otherProperties)Deprecated.Adds a set of descriptor properties.voidConnectorDescriptorValidator. validate(DescriptorProperties properties)Deprecated.voidDescriptorValidator. validate(DescriptorProperties properties)Deprecated.Performs basic validation such as completeness tests.voidFileSystemValidator. validate(DescriptorProperties properties)Deprecated.
-