org.apache.hadoop.hive.ql.io.rcfile.merge
Class RCFileValueBufferWrapper

java.lang.Object
  extended by 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>


Field Summary
protected  RCFile.ValueBuffer valueBuffer
           
 
Constructor Summary
RCFileValueBufferWrapper()
           
 
Method Summary
 int compareTo(RCFileValueBufferWrapper o)
           
 void readFields(DataInput in)
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valueBuffer

protected RCFile.ValueBuffer valueBuffer
Constructor Detail

RCFileValueBufferWrapper

public RCFileValueBufferWrapper()
Method Detail

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