Uses of Class
io.trino.plugin.hive.metastore.cache.CachingHiveMetastore
-
Packages that use CachingHiveMetastore Package Description io.trino.plugin.hive.metastore io.trino.plugin.hive.metastore.cache io.trino.plugin.hive.metastore.procedure -
-
Uses of CachingHiveMetastore in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return types with arguments of type CachingHiveMetastore Modifier and Type Method Description static 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 CachingHiveMetastore Modifier and Type Method Description static CachingHiveMetastoreCachingHiveMetastore. cachingHiveMetastore(HiveMetastore delegate, Executor executor, io.airlift.units.Duration cacheTtl, Optional<io.airlift.units.Duration> refreshInterval, long maximumSize, boolean partitionCacheEnabled)CachingHiveMetastoreSharedHiveMetastoreCache.CachingHiveMetastoreFactory. getMetastore()static CachingHiveMetastoreCachingHiveMetastore. memoizeMetastore(HiveMetastore delegate, long maximumSize)Constructor parameters in io.trino.plugin.hive.metastore.cache with type arguments of type CachingHiveMetastore Constructor Description AggregateCacheStatsMBean(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 CachingHiveMetastore Constructor Description FlushHiveMetastoreCacheProcedure(Optional<CachingHiveMetastore> cachingHiveMetastore)
-