org.apache.accumulo.server.logger
Class LogFileValue
java.lang.Object
org.apache.accumulo.server.logger.LogFileValue
- All Implemented Interfaces:
- org.apache.hadoop.io.Writable
public class LogFileValue
- extends Object
- implements org.apache.hadoop.io.Writable
mutations
public List<Mutation> mutations
LogFileValue
public LogFileValue()
readFields
public void readFields(DataInput in)
throws IOException
- Specified by:
readFields
in interface org.apache.hadoop.io.Writable
- Throws:
IOException
write
public void write(DataOutput out)
throws IOException
- Specified by:
write
in interface org.apache.hadoop.io.Writable
- Throws:
IOException
print
public static void print(LogFileValue value)
format
public static String format(LogFileValue lfv,
int maxMutations)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.