Uses of Class
org.apache.hadoop.fs.impl.CombinedFileRange
Packages that use CombinedFileRange
-
Uses of CombinedFileRange in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return types with arguments of type CombinedFileRangeModifier and TypeMethodDescriptionstatic List<CombinedFileRange>VectoredReadUtils.mergeSortedRanges(List<? extends FileRange> sortedRanges, int chunkSize, int minimumSeek, int maxSize) Merge sorted ranges to optimize the access from the underlying file system.