public class ChukwaRecordKey
extends org.apache.hadoop.record.Record
Modifier and Type | Class and Description |
---|---|
static class |
ChukwaRecordKey.Comparator |
Constructor and Description |
---|
ChukwaRecordKey() |
ChukwaRecordKey(String reduceType,
String key) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
compareTo(Object _rio_peer_) |
void |
deserialize(org.apache.hadoop.record.RecordInput _rio_a,
String _rio_tag) |
boolean |
equals(Object _rio_peer_) |
String |
getKey() |
String |
getReduceType() |
static org.apache.hadoop.record.meta.RecordTypeInfo |
getTypeInfo() |
int |
hashCode() |
void |
serialize(org.apache.hadoop.record.RecordOutput _rio_a,
String _rio_tag) |
void |
setKey(String key) |
void |
setReduceType(String reduceType) |
static void |
setTypeFilter(org.apache.hadoop.record.meta.RecordTypeInfo rti) |
static String |
signature() |
public static org.apache.hadoop.record.meta.RecordTypeInfo getTypeInfo()
public static void setTypeFilter(org.apache.hadoop.record.meta.RecordTypeInfo rti)
public String getReduceType()
public void setReduceType(String reduceType)
public String getKey()
public void setKey(String key)
public void serialize(org.apache.hadoop.record.RecordOutput _rio_a, String _rio_tag) throws IOException
serialize
in class org.apache.hadoop.record.Record
IOException
public void deserialize(org.apache.hadoop.record.RecordInput _rio_a, String _rio_tag) throws IOException
deserialize
in class org.apache.hadoop.record.Record
IOException
public int compareTo(Object _rio_peer_) throws ClassCastException
compareTo
in interface Comparable
compareTo
in class org.apache.hadoop.record.Record
ClassCastException
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public static String signature()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.