public class ChukwaArchiveKey
extends org.apache.hadoop.record.Record
Modifier and Type | Class and Description |
---|---|
static class |
ChukwaArchiveKey.Comparator |
Constructor and Description |
---|
ChukwaArchiveKey() |
ChukwaArchiveKey(long timePartition,
String dataType,
String streamName,
long seqId) |
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 |
getDataType() |
long |
getSeqId() |
String |
getStreamName() |
long |
getTimePartition() |
static org.apache.hadoop.record.meta.RecordTypeInfo |
getTypeInfo() |
int |
hashCode() |
void |
serialize(org.apache.hadoop.record.RecordOutput _rio_a,
String _rio_tag) |
void |
setDataType(String dataType) |
void |
setSeqId(long seqId) |
void |
setStreamName(String streamName) |
void |
setTimePartition(long timePartition) |
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 getTimePartition()
public void setTimePartition(long timePartition)
public String getDataType()
public void setDataType(String dataType)
public String getStreamName()
public void setStreamName(String streamName)
public long getSeqId()
public void setSeqId(long seqId)
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.