Class LogFileKey
- java.lang.Object
-
- org.apache.accumulo.tserver.logger.LogFileKey
-
- All Implemented Interfaces:
Comparable<LogFileKey>,org.apache.hadoop.io.Writable,org.apache.hadoop.io.WritableComparable<LogFileKey>
public class LogFileKey extends Object implements org.apache.hadoop.io.WritableComparable<LogFileKey>
-
-
Constructor Summary
Constructors Constructor Description LogFileKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(LogFileKey o)booleanequals(Object obj)inthashCode()voidreadFields(DataInput in)StringtoString()voidwrite(DataOutput out)
-
-
-
Field Detail
-
event
public LogEvents event
-
filename
public String filename
-
tablet
public KeyExtent tablet
-
seq
public long seq
-
tabletId
public int tabletId
-
VERSION
public static final int VERSION
- See Also:
- Constant Field Values
-
tserverSession
public String tserverSession
-
-
Method Detail
-
readFields
public void readFields(DataInput in) throws IOException
- Specified by:
readFieldsin interfaceorg.apache.hadoop.io.Writable- Throws:
IOException
-
write
public void write(DataOutput out) throws IOException
- Specified by:
writein interfaceorg.apache.hadoop.io.Writable- Throws:
IOException
-
compareTo
public int compareTo(LogFileKey o)
- Specified by:
compareToin interfaceComparable<LogFileKey>
-
-