Uses of Class
io.trino.plugin.hive.metastore.cache.CachingHiveMetastore
Packages that use CachingHiveMetastore
Package
Description
-
Uses of CachingHiveMetastore in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return types with arguments of type CachingHiveMetastoreModifier and TypeMethodDescriptionstatic Optional<CachingHiveMetastore>DecoratedHiveMetastoreModule.createHiveMetastore(HiveMetastoreFactory metastoreFactory) -
Uses of CachingHiveMetastore in io.trino.plugin.hive.metastore.cache
Methods in io.trino.plugin.hive.metastore.cache that return CachingHiveMetastoreModifier and TypeMethodDescriptionCachingHiveMetastore.CachingHiveMetastoreBuilder.build()SharedHiveMetastoreCache.CachingHiveMetastoreFactory.getMetastore()static CachingHiveMetastoreCachingHiveMetastore.memoizeMetastore(HiveMetastore delegate, long maximumSize) Constructor parameters in io.trino.plugin.hive.metastore.cache with type arguments of type CachingHiveMetastoreModifierConstructorDescriptionAggregateCacheStatsMBean(Function<CachingHiveMetastore, com.google.common.cache.Cache<?, ?>> cacheExtractor) -
Uses of CachingHiveMetastore in io.trino.plugin.hive.metastore.procedure
Constructor parameters in io.trino.plugin.hive.metastore.procedure with type arguments of type CachingHiveMetastoreModifierConstructorDescriptionFlushMetadataCacheProcedure(Optional<CachingHiveMetastore> cachingHiveMetastore)