Uses of Class
io.trino.plugin.hive.metastore.cache.CachingHiveMetastoreConfig
Packages that use CachingHiveMetastoreConfig
-
Uses of CachingHiveMetastoreConfig in io.trino.plugin.hive.metastore.cache
Methods in io.trino.plugin.hive.metastore.cache that return CachingHiveMetastoreConfigModifier and TypeMethodDescriptionCachingHiveMetastoreConfig.setCacheMissing(boolean cacheMissing) CachingHiveMetastoreConfig.setCacheMissingPartitions(boolean cacheMissingPartitions) CachingHiveMetastoreConfig.setCacheMissingStats(boolean cacheMissingStats) CachingHiveMetastoreConfig.setMaxMetastoreRefreshThreads(int maxMetastoreRefreshThreads) CachingHiveMetastoreConfig.setMetastoreCacheMaximumSize(long metastoreCacheMaximumSize) CachingHiveMetastoreConfig.setMetastoreCacheTtl(io.airlift.units.Duration metastoreCacheTtl) CachingHiveMetastoreConfig.setMetastoreRefreshInterval(io.airlift.units.Duration metastoreRefreshInterval) CachingHiveMetastoreConfig.setPartitionCacheEnabled(boolean enabled) CachingHiveMetastoreConfig.setStatsCacheTtl(io.airlift.units.Duration statsCacheTtl) Constructors in io.trino.plugin.hive.metastore.cache with parameters of type CachingHiveMetastoreConfigModifierConstructorDescriptionSharedHiveMetastoreCache(CatalogName catalogName, NodeManager nodeManager, CachingHiveMetastoreConfig config, ImpersonationCachingConfig impersonationCachingConfig) -
Uses of CachingHiveMetastoreConfig in io.trino.plugin.hive.metastore.glue
Methods in io.trino.plugin.hive.metastore.glue with parameters of type CachingHiveMetastoreConfigModifier and TypeMethodDescriptionstatic GlueCacheGlueMetastoreModule.createGlueCache(CachingHiveMetastoreConfig config, CatalogName catalogName, NodeManager nodeManager)