org.apache.hadoop.hive.shims
Class CombineHiveKey

java.lang.Object
  extended by org.apache.hadoop.hive.shims.CombineHiveKey

public class CombineHiveKey
extends Object


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
Throws:
IOException

readFields

public void readFields(DataInput in)
                throws IOException
Throws:
IOException

compareTo

public int compareTo(Object w)


Copyright © 2012 The Apache Software Foundation