org.apache.hadoop.hive.ql.io.rcfile.merge
Class RCFileValueBufferWrapper
java.lang.Object
org.apache.hadoop.hive.ql.io.rcfile.merge.RCFileValueBufferWrapper
- All Implemented Interfaces:
- Comparable<RCFileValueBufferWrapper>, org.apache.hadoop.io.Writable, org.apache.hadoop.io.WritableComparable<RCFileValueBufferWrapper>
public class RCFileValueBufferWrapper
- extends Object
- implements org.apache.hadoop.io.WritableComparable<RCFileValueBufferWrapper>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
valueBuffer
protected RCFile.ValueBuffer valueBuffer
RCFileValueBufferWrapper
public RCFileValueBufferWrapper()
readFields
public void readFields(DataInput in)
throws IOException
- Specified by:
readFields
in interface org.apache.hadoop.io.Writable
- Throws:
IOException
write
public void write(DataOutput out)
throws IOException
- Specified by:
write
in interface org.apache.hadoop.io.Writable
- Throws:
IOException
compareTo
public int compareTo(RCFileValueBufferWrapper o)
- Specified by:
compareTo
in interface Comparable<RCFileValueBufferWrapper>
Copyright © 2011 The Apache Software Foundation