org.apache.accumulo.server.logger
public class LogFileValue extends Object implements org.apache.hadoop.io.Writable
Constructor and Description |
---|
LogFileValue() |
Modifier and Type | Method and Description |
---|---|
static String |
format(LogFileValue lfv,
int maxMutations) |
static void |
print(LogFileValue value) |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public static void print(LogFileValue value)
public static String format(LogFileValue lfv, int maxMutations)
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.