Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- alterDatabase(String, CatalogDatabase, boolean) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- alterFunction(ObjectPath, CatalogFunction, boolean) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- alterPartition(ObjectPath, CatalogPartitionSpec, CatalogPartition, boolean) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- alterPartitionColumnStatistics(ObjectPath, CatalogPartitionSpec, CatalogColumnStatistics, boolean) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- alterPartitionStatistics(ObjectPath, CatalogPartitionSpec, CatalogTableStatistics, boolean) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- alterTable(ObjectPath, CatalogBaseTable, boolean) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- alterTable(ObjectPath, CatalogBaseTable, List<TableChange>, boolean) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- alterTableColumnStatistics(ObjectPath, CatalogColumnStatistics, boolean) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- alterTableStatistics(ObjectPath, CatalogTableStatistics, boolean) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
C
- close() - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- createCatalog(CatalogFactory.Context) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalogFactory
- createDatabase(String, CatalogDatabase, boolean) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- createDynamicTableSink(DynamicTableFactory.Context) - Method in class org.apache.flink.table.file.testutils.TestFileSystemTableFactory
- createDynamicTableSource(DynamicTableFactory.Context) - Method in class org.apache.flink.table.file.testutils.TestFileSystemTableFactory
- createFunction(ObjectPath, CatalogFunction, boolean) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- createPartition(ObjectPath, CatalogPartitionSpec, CatalogPartition, boolean) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- createTable(ObjectPath, CatalogBaseTable, boolean) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
D
- DATA_PATH - Static variable in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- databaseExists(String) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- DEFAULT_DATABASE - Static variable in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalogFactory
- dropDatabase(String, boolean, boolean) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- dropFunction(ObjectPath, boolean) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- dropPartition(ObjectPath, CatalogPartitionSpec, boolean) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- dropTable(ObjectPath, boolean) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
F
- factoryIdentifier() - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalogFactory
- factoryIdentifier() - Method in class org.apache.flink.table.file.testutils.TestFileSystemTableFactory
- FileSystemTableInfo(CatalogBaseTable.TableKind, Map<String, String>) - Constructor for class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog.FileSystemTableInfo
- fromJson(String, Class<T>) - Static method in class org.apache.flink.table.file.testutils.catalog.JsonSerdeUtil
- functionExists(ObjectPath) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
G
- getCatalogPathStr() - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- getCatalogTableInfo() - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog.FileSystemTableInfo
- getDatabase(String) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- getFactory() - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- getFunction(ObjectPath) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- getPartition(ObjectPath, CatalogPartitionSpec) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- getPartitionColumnStatistics(ObjectPath, CatalogPartitionSpec) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- getPartitionStatistics(ObjectPath, CatalogPartitionSpec) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- getTable(ObjectPath) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- getTableColumnStatistics(ObjectPath) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- getTableKind() - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog.FileSystemTableInfo
- getTableStatistics(ObjectPath) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
I
- IDENTIFIER - Static variable in class org.apache.flink.table.file.testutils.TestFileSystemTableFactory
- isFileSystemTable(Map<String, String>) - Static method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
J
- JsonSerdeUtil - Class in org.apache.flink.table.file.testutils.catalog
- JsonSerdeUtil() - Constructor for class org.apache.flink.table.file.testutils.catalog.JsonSerdeUtil
L
- listDatabases() - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- listFunctions(String) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- listPartitions(ObjectPath) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- listPartitions(ObjectPath, CatalogPartitionSpec) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- listPartitionsByFilter(ObjectPath, List<Expression>) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- listTables(String) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- listViews(String) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
O
- open() - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- optionalOptions() - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalogFactory
- org.apache.flink.table.file.testutils - package org.apache.flink.table.file.testutils
- org.apache.flink.table.file.testutils.catalog - package org.apache.flink.table.file.testutils.catalog
P
- partitionExists(ObjectPath, CatalogPartitionSpec) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- PATH - Static variable in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalogFactory
R
- renameTable(ObjectPath, String, boolean) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- requiredOptions() - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalogFactory
S
- SCHEMA_PATH - Static variable in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
T
- tableExists(ObjectPath) - Method in class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- TestFileSystemCatalog - Class in org.apache.flink.table.file.testutils.catalog
-
A catalog implementation for test
FileSystem. - TestFileSystemCatalog(String, String, String) - Constructor for class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalog
- TestFileSystemCatalog.FileSystemTableInfo - Class in org.apache.flink.table.file.testutils.catalog
-
The pojo class represents serializable catalog base table info.
- TestFileSystemCatalogFactory - Class in org.apache.flink.table.file.testutils.catalog
-
Factory for
TestFileSystemCatalog. - TestFileSystemCatalogFactory() - Constructor for class org.apache.flink.table.file.testutils.catalog.TestFileSystemCatalogFactory
- TestFileSystemTableFactory - Class in org.apache.flink.table.file.testutils
-
Test filesystem
Factory. - TestFileSystemTableFactory() - Constructor for class org.apache.flink.table.file.testutils.TestFileSystemTableFactory
- toJson(T) - Static method in class org.apache.flink.table.file.testutils.catalog.JsonSerdeUtil
V
- validate(FactoryUtil.TableFactoryHelper) - Method in class org.apache.flink.table.file.testutils.TestFileSystemTableFactory
All Classes and Interfaces|All Packages|Constant Field Values