Uses of Interface
org.apache.hadoop.fs.impl.prefetch.PrefetchingStatistics
Packages that use PrefetchingStatistics
Package
Description
block caching for use in object store clients.
-
Uses of PrefetchingStatistics in org.apache.hadoop.fs.impl.prefetch
Classes in org.apache.hadoop.fs.impl.prefetch that implement PrefetchingStatisticsModifier and TypeClassDescriptionfinal classEmpty implementation of the prefetching statistics interface.Methods in org.apache.hadoop.fs.impl.prefetch that return PrefetchingStatisticsMethods in org.apache.hadoop.fs.impl.prefetch with parameters of type PrefetchingStatisticsModifier and TypeMethodDescriptionBlockManagerParameters.withPrefetchingStatistics(PrefetchingStatistics statistics) Sets the prefetching statistics for the stream.Constructors in org.apache.hadoop.fs.impl.prefetch with parameters of type PrefetchingStatisticsModifierConstructorDescriptionBufferPool(int size, int bufferSize, PrefetchingStatistics prefetchingStatistics) Initializes a new instance of theBufferPoolclass.SingleFilePerBlockCache(PrefetchingStatistics prefetchingStatistics, int maxBlocksCount, DurationTrackerFactory trackerFactory) Constructs an instance of aSingleFilePerBlockCache.