org.apache.accumulo.server.logger
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() |
static void |
printEntry(LogFileKey entry) |
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.Writable
IOException
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public int compareTo(LogFileKey o)
compareTo
in interface Comparable<LogFileKey>
public static void printEntry(LogFileKey entry)
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.