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>


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

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>

getValueBuffer

public RCFile.ValueBuffer getValueBuffer()

setValueBuffer

public void setValueBuffer(RCFile.ValueBuffer valueBuffer)


Copyright © 2014 The Apache Software Foundation. All rights reserved.