org.apache.hadoop.hive.shims
Class CombineHiveKey

java.lang.Object
  extended by org.apache.hadoop.hive.shims.CombineHiveKey
All Implemented Interfaces:
Comparable, org.apache.hadoop.io.Writable, org.apache.hadoop.io.WritableComparable

public class CombineHiveKey
extends Object
implements org.apache.hadoop.io.WritableComparable


Constructor Summary
CombineHiveKey(Object key)
           
 
Method Summary
 int compareTo(Object w)
           
 Object getKey()
           
 void readFields(DataInput in)
           
 void setKey(Object key)
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombineHiveKey

public CombineHiveKey(Object key)
Method Detail

getKey

public Object getKey()

setKey

public void setKey(Object key)

write

public void write(DataOutput out)
           throws IOException
Specified by:
write in interface org.apache.hadoop.io.Writable
Throws:
IOException

readFields

public void readFields(DataInput in)
                throws IOException
Specified by:
readFields in interface org.apache.hadoop.io.Writable
Throws:
IOException

compareTo

public int compareTo(Object w)
Specified by:
compareTo in interface Comparable


Copyright © 2013 The Apache Software Foundation