Class SharedHiveMetastoreCache.ImpersonationCachingHiveMetastoreFactory.AggregateCacheStatsMBean
- java.lang.Object
-
- io.trino.plugin.hive.metastore.cache.SharedHiveMetastoreCache.ImpersonationCachingHiveMetastoreFactory.AggregateCacheStatsMBean
-
- Enclosing class:
- SharedHiveMetastoreCache.ImpersonationCachingHiveMetastoreFactory
public class SharedHiveMetastoreCache.ImpersonationCachingHiveMetastoreFactory.AggregateCacheStatsMBean extends Object
-
-
Constructor Summary
Constructors Constructor Description AggregateCacheStatsMBean(Function<CachingHiveMetastore,com.google.common.cache.Cache<?,?>> cacheExtractor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetHitRate()DoublegetMissRate()longgetRequestCount()longsize()
-
-
-
Constructor Detail
-
AggregateCacheStatsMBean
public AggregateCacheStatsMBean(Function<CachingHiveMetastore,com.google.common.cache.Cache<?,?>> cacheExtractor)
-
-