public class CombineHiveKey extends Object implements org.apache.hadoop.io.WritableComparable
Constructor and Description |
---|
CombineHiveKey(Object key) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object w) |
Object |
getKey() |
void |
readFields(DataInput in) |
void |
setKey(Object key) |
void |
write(DataOutput out) |
public CombineHiveKey(Object key)
public Object getKey()
public void setKey(Object key)
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public int compareTo(Object w)
compareTo
in interface Comparable
Copyright © 2017 The Apache Software Foundation. All rights reserved.