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.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