public class LogFileKey extends Object implements org.apache.hadoop.io.WritableComparable<LogFileKey>
| Modifier and Type | Field and Description |
|---|---|
LogEvents |
event |
String |
filename |
long |
seq |
KeyExtent |
tablet |
int |
tid |
String |
tserverSession |
static int |
VERSION |
| Constructor and Description |
|---|
LogFileKey() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LogFileKey o) |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
public LogEvents event
public String filename
public KeyExtent tablet
public long seq
public int tid
public static final int VERSION
public String tserverSession
public void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic int compareTo(LogFileKey o)
compareTo in interface Comparable<LogFileKey>Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.