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 int
compareTo(LogFileKey o)
boolean
equals(Object obj)
int
hashCode()
void
readFields(DataInput in)
String
toString()
void
write(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:
readFields
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-
write
public void write(DataOutput out) throws IOException
- Specified by:
write
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-
compareTo
public int compareTo(LogFileKey o)
- Specified by:
compareTo
in interfaceComparable<LogFileKey>
-
-