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() |
int |
getBufferSize() |
CompressionKind |
getCompression() |
FileSystem |
getFileSystem() |
Path |
getPath() |
int |
getTypeCount() |
boolean |
getZeroCopy() |
public FileSystem getFileSystem()
public Path getPath()
public CompressionKind getCompression()
public boolean getZeroCopy()
public int getTypeCount()
public int getBufferSize()
public static DataReaderProperties.Builder builder()
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.