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.RecordIOExceptionpublic void deserialize(org.apache.hadoop.record.RecordInput _rio_a,
               String _rio_tag)
                 throws IOException
deserialize in class org.apache.hadoop.record.RecordIOExceptionpublic int compareTo(Object _rio_peer_) throws ClassCastException
compareTo in interface ComparablecompareTo in class org.apache.hadoop.record.RecordClassCastExceptionpublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic static String signature()
Copyright © ${year} The Apache Software Foundation