org.apache.hadoop.hive.shims
Class CombineHiveKey
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CombineHiveKey
public CombineHiveKey(Object key)
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