Uses of Class
io.prestosql.metadata.StaticCatalogStoreConfig
-
Packages that use StaticCatalogStoreConfig Package Description io.prestosql.metadata -
-
Uses of StaticCatalogStoreConfig in io.prestosql.metadata
Methods in io.prestosql.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.prestosql.metadata with parameters of type StaticCatalogStoreConfig Constructor Description StaticCatalogStore(ConnectorManager connectorManager, StaticCatalogStoreConfig config)
-