Uses of Class
org.apache.datafusion.CacheManagerOptions.Builder
Packages that use CacheManagerOptions.Builder
-
Uses of CacheManagerOptions.Builder in org.apache.datafusion
Methods in org.apache.datafusion that return CacheManagerOptions.BuilderModifier and TypeMethodDescriptionstatic CacheManagerOptions.BuilderCacheManagerOptions.builder()Begin building aCacheManagerOptionsinstance.CacheManagerOptions.Builder.fileMetadataCache(long maxBytes) Enable the file-embedded metadata cache (parquet footers, page metadata) with the given byte cap.CacheManagerOptions.Builder.fileStatisticsCache(boolean enabled) Enable the file-statistics cache (per-file row counts / column statistics).CacheManagerOptions.Builder.listFilesCache(long maxBytes, Duration ttl) Enable the list-files cache with the given byte cap and TTL.