Uses of Enum Class
io.trino.plugin.hive.metastore.cache.CachingHiveMetastore.StatsRecording
Packages that use CachingHiveMetastore.StatsRecording
-
Uses of CachingHiveMetastore.StatsRecording in io.trino.plugin.hive.metastore.cache
Methods in io.trino.plugin.hive.metastore.cache that return CachingHiveMetastore.StatsRecordingModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CachingHiveMetastore.StatsRecording[]CachingHiveMetastore.StatsRecording.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.hive.metastore.cache with parameters of type CachingHiveMetastore.StatsRecordingModifier and TypeMethodDescriptionCachingHiveMetastore.CachingHiveMetastoreBuilder.statsRecording(CachingHiveMetastore.StatsRecording statsRecording) Constructors in io.trino.plugin.hive.metastore.cache with parameters of type CachingHiveMetastore.StatsRecordingModifierConstructorDescriptionprotectedCachingHiveMetastore(HiveMetastore delegate, boolean metadataCacheEnabled, boolean statsCacheEnabled, OptionalLong expiresAfterWriteMillis, OptionalLong statsExpiresAfterWriteMillis, OptionalLong refreshMills, Optional<Executor> executor, long maximumSize, CachingHiveMetastore.StatsRecording statsRecording, boolean cacheMissing, boolean partitionCacheEnabled)