public class ChukwaRecordJT
extends org.apache.hadoop.record.Record
Modifier and Type | Class and Description |
---|---|
static class |
ChukwaRecordJT.Comparator |
Modifier and Type | Field and Description |
---|---|
protected TreeMap<String,org.apache.hadoop.record.Buffer> |
mapFields |
protected long |
time |
Constructor and Description |
---|
ChukwaRecordJT() |
ChukwaRecordJT(long time,
TreeMap<String,org.apache.hadoop.record.Buffer> mapFields) |
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_) |
TreeMap<String,org.apache.hadoop.record.Buffer> |
getMapFields() |
long |
getTime() |
static org.apache.hadoop.record.meta.RecordTypeInfo |
getTypeInfo() |
int |
hashCode() |
void |
serialize(org.apache.hadoop.record.RecordOutput _rio_a,
String _rio_tag) |
void |
setMapFields(TreeMap<String,org.apache.hadoop.record.Buffer> mapFields) |
void |
setTime(long time) |
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 long getTime()
public void setTime(long time)
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.