Uses of Class
io.trino.plugin.hive.metastore.cache.CachingHiveMetastore.StatsRecording
-
Packages that use CachingHiveMetastore.StatsRecording Package Description io.trino.plugin.hive.metastore.cache -
-
Uses of CachingHiveMetastore.StatsRecording in io.trino.plugin.hive.metastore.cache
Methods in io.trino.plugin.hive.metastore.cache that return CachingHiveMetastore.StatsRecording Modifier and Type Method Description static CachingHiveMetastore.StatsRecordingCachingHiveMetastore.StatsRecording. valueOf(String name)Returns the enum constant of this type with the specified name.static CachingHiveMetastore.StatsRecording[]CachingHiveMetastore.StatsRecording. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.plugin.hive.metastore.cache with parameters of type CachingHiveMetastore.StatsRecording Constructor Description CachingHiveMetastore(HiveMetastore delegate, Executor executor, OptionalLong expiresAfterWriteMillis, OptionalLong refreshMills, long maximumSize, CachingHiveMetastore.StatsRecording statsRecording)
-