org.apache.accumulo.server.logger
Class LogFileValue

java.lang.Object
  extended by 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


Field Summary
 List<Mutation> mutations
           
 
Constructor Summary
LogFileValue()
           
 
Method Summary
static String format(LogFileValue lfv, int maxMutations)
           
static void print(LogFileValue value)
           
 void readFields(DataInput in)
           
 String toString()
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mutations

public List<Mutation> mutations
Constructor Detail

LogFileValue

public LogFileValue()
Method Detail

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.