Uses of Enum Class
io.trino.plugin.hive.metastore.cache.CachingHiveMetastore.ObjectType
Packages that use CachingHiveMetastore.ObjectType
-
Uses of CachingHiveMetastore.ObjectType in io.trino.plugin.hive.metastore.cache
Subclasses with type arguments of type CachingHiveMetastore.ObjectType in io.trino.plugin.hive.metastore.cacheMethods in io.trino.plugin.hive.metastore.cache that return CachingHiveMetastore.ObjectTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CachingHiveMetastore.ObjectType[]CachingHiveMetastore.ObjectType.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in io.trino.plugin.hive.metastore.cache with type arguments of type CachingHiveMetastore.ObjectTypeModifier and TypeMethodDescriptionstatic CachingHiveMetastoreCachingHiveMetastore.createCachingHiveMetastore(HiveMetastore delegate, io.airlift.units.Duration metadataCacheTtl, io.airlift.units.Duration statsCacheTtl, Optional<io.airlift.units.Duration> refreshInterval, Executor refreshExecutor, long maximumSize, CachingHiveMetastore.StatsRecording statsRecording, boolean partitionCacheEnabled, Set<CachingHiveMetastore.ObjectType> cacheMissing)