Class DataReaderProperties

java.lang.Object
org.apache.orc.impl.DataReaderProperties

public final class DataReaderProperties extends Object
  • Method Details

    • getFileSystemSupplier

      public Supplier<FileSystem> getFileSystemSupplier()
    • getPath

      public Path getPath()
    • getFile

      public FSDataInputStream getFile()
    • getCompression

      public InStream.StreamOptions getCompression()
    • getZeroCopy

      public boolean getZeroCopy()
    • getMaxDiskRangeChunkLimit

      public int getMaxDiskRangeChunkLimit()
    • builder

      public static DataReaderProperties.Builder builder()
    • getMinSeekSize

      public int getMinSeekSize()
    • getMinSeekSizeTolerance

      public double getMinSeekSizeTolerance()