Class LogFileValue
- java.lang.Object
-
- org.apache.accumulo.tserver.logger.LogFileValue
-
- All Implemented Interfaces:
org.apache.hadoop.io.Writable
public class LogFileValue extends Object implements org.apache.hadoop.io.Writable
-
-
Constructor Summary
Constructors Constructor Description LogFileValue()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
format(LogFileValue lfv, int maxMutations)
void
readFields(DataInput in)
String
toString()
void
write(DataOutput out)
-
-
-
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
-
format
public static String format(LogFileValue lfv, int maxMutations)
-
-