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.WritableIOExceptionpublic void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic int compareTo(RCFileValueBufferWrapper o)
compareTo in interface Comparable<RCFileValueBufferWrapper>public RCFile.ValueBuffer getValueBuffer()
public void setValueBuffer(RCFile.ValueBuffer valueBuffer)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.