Package io.trino.metadata
Class StaticCatalogStoreConfig
- java.lang.Object
-
- io.trino.metadata.StaticCatalogStoreConfig
-
public class StaticCatalogStoreConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description StaticCatalogStoreConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull FilegetCatalogConfigurationDir()List<String>getDisabledCatalogs()StaticCatalogStoreConfigsetCatalogConfigurationDir(File dir)StaticCatalogStoreConfigsetDisabledCatalogs(String catalogs)StaticCatalogStoreConfigsetDisabledCatalogs(List<String> catalogs)
-
-
-
Method Detail
-
getCatalogConfigurationDir
@NotNull public @NotNull File getCatalogConfigurationDir()
-
setCatalogConfigurationDir
@LegacyConfig("plugin.config-dir") @Config("catalog.config-dir") public StaticCatalogStoreConfig setCatalogConfigurationDir(File dir)
-
setDisabledCatalogs
@Config("catalog.disabled-catalogs") public StaticCatalogStoreConfig setDisabledCatalogs(String catalogs)
-
setDisabledCatalogs
public StaticCatalogStoreConfig setDisabledCatalogs(List<String> catalogs)
-
-