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 java.lang.Object
- implements org.apache.hadoop.io.Writable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
mutations
public Mutation[] mutations
LogFileValue
public LogFileValue()
readFields
public void readFields(java.io.DataInput in)
throws java.io.IOException
- Specified by:
readFields
in interface org.apache.hadoop.io.Writable
- Throws:
java.io.IOException
write
public void write(java.io.DataOutput out)
throws java.io.IOException
- Specified by:
write
in interface org.apache.hadoop.io.Writable
- Throws:
java.io.IOException
print
public static void print(LogFileValue value)
format
public static java.lang.String format(LogFileValue lfv,
int maxMutations)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.