Uses of Class
io.trino.plugin.hive.metastore.cache.CachingHiveMetastoreConfig
-
Packages that use CachingHiveMetastoreConfig Package Description io.trino.plugin.hive.metastore.cache -
-
Uses of CachingHiveMetastoreConfig in io.trino.plugin.hive.metastore.cache
Methods in io.trino.plugin.hive.metastore.cache that return CachingHiveMetastoreConfig Modifier and Type Method Description CachingHiveMetastoreConfigCachingHiveMetastoreConfig. setMaxMetastoreRefreshThreads(int maxMetastoreRefreshThreads)CachingHiveMetastoreConfigCachingHiveMetastoreConfig. setMetastoreCacheMaximumSize(long metastoreCacheMaximumSize)CachingHiveMetastoreConfigCachingHiveMetastoreConfig. setMetastoreCacheTtl(io.airlift.units.Duration metastoreCacheTtl)CachingHiveMetastoreConfigCachingHiveMetastoreConfig. setMetastoreRefreshInterval(io.airlift.units.Duration metastoreRefreshInterval)CachingHiveMetastoreConfigCachingHiveMetastoreConfig. setPartitionCacheEnabled(boolean enabled)Constructors in io.trino.plugin.hive.metastore.cache with parameters of type CachingHiveMetastoreConfig Constructor Description SharedHiveMetastoreCache(CatalogName catalogName, NodeManager nodeManager, CachingHiveMetastoreConfig config, ImpersonationCachingConfig impersonationCachingConfig)
-