Uses of Class
org.apache.flink.table.api.config.TableConfigOptions.CatalogPlanRestore
-
Packages that use TableConfigOptions.CatalogPlanRestore Package Description org.apache.flink.table.api.config -
-
Uses of TableConfigOptions.CatalogPlanRestore in org.apache.flink.table.api.config
Fields in org.apache.flink.table.api.config with type parameters of type TableConfigOptions.CatalogPlanRestore Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<TableConfigOptions.CatalogPlanRestore>TableConfigOptions. PLAN_RESTORE_CATALOG_OBJECTSMethods in org.apache.flink.table.api.config that return TableConfigOptions.CatalogPlanRestore Modifier and Type Method Description static TableConfigOptions.CatalogPlanRestoreTableConfigOptions.CatalogPlanRestore. valueOf(String name)Returns the enum constant of this type with the specified name.static TableConfigOptions.CatalogPlanRestore[]TableConfigOptions.CatalogPlanRestore. values()Returns an array containing the constants of this enum type, in the order they are declared.
-