Uses of Class
io.trino.metadata.StaticCatalogStoreConfig
-
Packages that use StaticCatalogStoreConfig Package Description io.trino.metadata -
-
Uses of StaticCatalogStoreConfig in io.trino.metadata
Methods in io.trino.metadata that return StaticCatalogStoreConfig Modifier and Type Method Description StaticCatalogStoreConfigStaticCatalogStoreConfig. setCatalogConfigurationDir(File dir)StaticCatalogStoreConfigStaticCatalogStoreConfig. setDisabledCatalogs(String catalogs)StaticCatalogStoreConfigStaticCatalogStoreConfig. setDisabledCatalogs(List<String> catalogs)Constructors in io.trino.metadata with parameters of type StaticCatalogStoreConfig Constructor Description StaticCatalogStore(ConnectorManager connectorManager, StaticCatalogStoreConfig config)
-