Uses of Class
io.trino.filesystem.alluxio.AlluxioFileSystemCacheConfig
-
Uses of AlluxioFileSystemCacheConfig in io.trino.filesystem.alluxio
Methods in io.trino.filesystem.alluxio that return AlluxioFileSystemCacheConfigModifier and TypeMethodDescriptionAlluxioFileSystemCacheConfig.disableTTL()AlluxioFileSystemCacheConfig.setCacheDirectories(String cacheDirectories) AlluxioFileSystemCacheConfig.setCachePageSize(io.airlift.units.DataSize cachePageSize) AlluxioFileSystemCacheConfig.setCacheTTL(io.airlift.units.Duration cacheTTL) AlluxioFileSystemCacheConfig.setMaxCacheDiskUsagePercentages(String maxCacheDiskUsagePercentages) AlluxioFileSystemCacheConfig.setMaxCacheSizes(String maxCacheSizes) Methods in io.trino.filesystem.alluxio with parameters of type AlluxioFileSystemCacheConfigModifier and TypeMethodDescriptionstatic alluxio.conf.AlluxioConfigurationAlluxioConfigurationFactory.create(AlluxioFileSystemCacheConfig config) Constructors in io.trino.filesystem.alluxio with parameters of type AlluxioFileSystemCacheConfigModifierConstructorDescriptionAlluxioFileSystemCache(io.opentelemetry.api.trace.Tracer tracer, AlluxioFileSystemCacheConfig config, AlluxioCacheStats statistics)