- getArray(String, Function<String, E>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns all array elements under a given existing key.
- getBigDecimal(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a big decimal value under the given existing key.
- getBoolean(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a boolean value under the given existing key.
- getByte(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a byte value under the given existing key.
- getCharacter(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a character value under the given existing key.
- getClass(String, Class<T>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a class value under the given existing key.
- getColumnNames() - Method in class org.apache.flink.table.api.TableSchema
-
- getDouble(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a double value under the given existing key.
- getFieldCount() - Method in class org.apache.flink.table.api.TableSchema
-
Returns the number of fields.
- getFieldName(int) - Method in class org.apache.flink.table.api.TableSchema
-
Returns the specified name for the given field index.
- getFieldNames() - Method in class org.apache.flink.table.api.TableSchema
-
Returns all field names as an array.
- getFieldType(int) - Method in class org.apache.flink.table.api.TableSchema
-
Returns the specified type information for the given field index.
- getFieldType(String) - Method in class org.apache.flink.table.api.TableSchema
-
Returns the specified type information for the given field name.
- getFieldTypes() - Method in class org.apache.flink.table.api.TableSchema
-
Returns all field type information as an array.
- getFixedIndexedProperties(String, List<String>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns the property keys of fixed indexed properties.
- getFloat(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a float value under the given given existing key.
- getIndexedProperty(String, String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns all properties under a given key that contains an index in between.
- getInt(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns an integer value under the given existing key.
- getLong(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a long value under the given existing key.
- getMemorySize(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a Flink MemorySize under the given existing key.
- getOptionalArray(String, Function<String, E>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns all array elements under a given key if it exists.
- getOptionalBigDecimal(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a big decimal value under the given key if it exists.
- getOptionalBoolean(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a boolean value under the given key if it exists.
- getOptionalByte(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a byte value under the given key if it exists.
- getOptionalCharacter(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a character value under the given key if it exists.
- getOptionalClass(String, Class<T>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a class value under the given key if it exists.
- getOptionalDouble(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a double value under the given key if it exists.
- getOptionalFloat(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a float value under the given key if it exists.
- getOptionalInt(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns an integer value under the given key if it exists.
- getOptionalLong(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a long value under the given key if it exists.
- getOptionalMemorySize(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a Flink MemorySize under the given key if it exists.
- getOptionalShort(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a short value under the given key if it exists.
- getOptionalString(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a string value under the given key if it exists.
- getOptionalTableSchema(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a table schema under the given key if it exists.
- getOptionalType(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns the type information under the given key if it exists.
- getShort(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a short value under the given existing key.
- getString(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a string value under the given existing key.
- getTableSchema(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns a table schema under the given existing key.
- getType(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns the type information under the given existing key.
- getTypes() - Method in class org.apache.flink.table.api.TableSchema
-
- getVariableIndexedProperties(String, List<String>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Returns the property keys of variable indexed properties.
- validate(DescriptorProperties) - Method in class org.apache.flink.table.descriptors.ConnectorDescriptorValidator
-
- validate(DescriptorProperties) - Method in interface org.apache.flink.table.descriptors.DescriptorValidator
-
Performs basic validation such as completeness tests.
- validate(DescriptorProperties) - Method in class org.apache.flink.table.descriptors.FormatDescriptorValidator
-
- validateArray(String, Consumer<String>, int) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates an array of values.
- validateArray(String, Consumer<String>, int, int) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates an array of values.
- validateBigDecimal(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a big decimal property.
- validateBigDecimal(String, boolean, BigDecimal, BigDecimal) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a big decimal property.
- validateBoolean(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates that a boolean value is present under the given key.
- validateByte(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a byte property.
- validateByte(String, boolean, byte) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a byte property.
- validateByte(String, boolean, byte, byte) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a byte property.
- validateDouble(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a double property.
- validateDouble(String, boolean, double) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a double property.
- validateDouble(String, boolean, double, double) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a double property.
- validateEnum(String, boolean, Map<String, Consumer<String>>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates an enum property with a set of validation logic for each enum value.
- validateEnumValues(String, boolean, List<String>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates an enum property with a set of enum values.
- validateExclusion(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates that the given key is not included in these properties.
- validateFixedIndexedProperties(String, boolean, Map<String, Consumer<String>>) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validation for fixed indexed properties.
- validateFloat(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a float property.
- validateFloat(String, boolean, float) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a float property.
- validateFloat(String, boolean, float, float) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a float property.
- validateInt(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates an integer property.
- validateInt(String, boolean, int) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates an integer property.
- validateInt(String, boolean, int, int) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates an integer property.
- validateLong(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates an long property.
- validateLong(String, boolean, long) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates an long property.
- validateLong(String, boolean, long, long) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates an long property.
- validateMemorySize(String, boolean, int) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a Flink MemorySize.
- validateMemorySize(String, boolean, int, long) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a Flink MemorySize.
- validateMemorySize(String, boolean, int, long, long) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a Flink MemorySize.
- validatePrefixExclusion(String) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates that the given prefix is not included in these properties.
- validateShort(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a short property.
- validateShort(String, boolean, short) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a short property.
- validateShort(String, boolean, short, short) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a short property.
- validateString(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a string property.
- validateString(String, boolean, int) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a string property.
- validateString(String, boolean, int, int) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a string property.
- validateTableSchema(String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a table schema property.
- validateType(String, boolean, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates a type property.
- validateValue(String, String, boolean) - Method in class org.apache.flink.table.descriptors.DescriptorProperties
-
Validates that a certain value is present under the given key.
- ValidationException - Exception in org.apache.flink.table.api
-
Exception for all errors occurring during validation phase.
- ValidationException(String, Throwable) - Constructor for exception org.apache.flink.table.api.ValidationException
-
- ValidationException(String) - Constructor for exception org.apache.flink.table.api.ValidationException
-