public final class DataReaderProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DataReaderProperties.Builder |
Modifier and Type | Method and Description |
---|---|
static DataReaderProperties.Builder |
builder() |
InStream.StreamOptions |
getCompression() |
FSDataInputStream |
getFile() |
Supplier<FileSystem> |
getFileSystemSupplier() |
int |
getMaxDiskRangeChunkLimit() |
int |
getMinSeekSize() |
double |
getMinSeekSizeTolerance() |
Path |
getPath() |
boolean |
getZeroCopy() |
public Supplier<FileSystem> getFileSystemSupplier()
public Path getPath()
public FSDataInputStream getFile()
public InStream.StreamOptions getCompression()
public boolean getZeroCopy()
public int getMaxDiskRangeChunkLimit()
public static DataReaderProperties.Builder builder()
public int getMinSeekSize()
public double getMinSeekSizeTolerance()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.