public class RCFileValueBufferWrapper extends Object implements org.apache.hadoop.io.WritableComparable<RCFileValueBufferWrapper>
Modifier and Type | Field and Description |
---|---|
protected RCFile.ValueBuffer |
valueBuffer |
Constructor and Description |
---|
RCFileValueBufferWrapper() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(RCFileValueBufferWrapper o) |
RCFile.ValueBuffer |
getValueBuffer() |
void |
readFields(DataInput in) |
void |
setValueBuffer(RCFile.ValueBuffer valueBuffer) |
void |
write(DataOutput out) |
protected RCFile.ValueBuffer valueBuffer
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public int compareTo(RCFileValueBufferWrapper o)
compareTo
in interface Comparable<RCFileValueBufferWrapper>
public RCFile.ValueBuffer getValueBuffer()
public void setValueBuffer(RCFile.ValueBuffer valueBuffer)
Copyright © 2017 The Apache Software Foundation. All rights reserved.