public class OrcFileKeyWrapper extends Object implements org.apache.hadoop.io.WritableComparable<OrcFileKeyWrapper>
Constructor and Description |
---|
OrcFileKeyWrapper() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(OrcFileKeyWrapper o) |
long |
getCompressBufferSize() |
CompressionKind |
getCompression() |
org.apache.hadoop.fs.Path |
getInputPath() |
int |
getRowIndexStride() |
List<OrcProto.Type> |
getTypes() |
OrcFile.Version |
getVersion() |
boolean |
isIncompatFile() |
void |
readFields(DataInput in) |
void |
setCompressBufferSize(long compressBufferSize) |
void |
setCompression(CompressionKind compression) |
void |
setInputPath(org.apache.hadoop.fs.Path inputPath) |
void |
setIsIncompatFile(boolean isIncompatFile) |
void |
setRowIndexStride(int rowIndexStride) |
void |
setTypes(List<OrcProto.Type> types) |
void |
setVersion(OrcFile.Version version) |
void |
write(DataOutput out) |
public boolean isIncompatFile()
public void setIsIncompatFile(boolean isIncompatFile)
public OrcFile.Version getVersion()
public void setVersion(OrcFile.Version version)
public int getRowIndexStride()
public void setRowIndexStride(int rowIndexStride)
public long getCompressBufferSize()
public void setCompressBufferSize(long compressBufferSize)
public CompressionKind getCompression()
public void setCompression(CompressionKind compression)
public List<OrcProto.Type> getTypes()
public void setTypes(List<OrcProto.Type> types)
public org.apache.hadoop.fs.Path getInputPath()
public void setInputPath(org.apache.hadoop.fs.Path inputPath)
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public int compareTo(OrcFileKeyWrapper o)
compareTo
in interface Comparable<OrcFileKeyWrapper>
Copyright © 2017 The Apache Software Foundation. All rights reserved.