org.apache.accumulo.server.logger
public class LogReader extends Object
Constructor and Description |
---|
LogReader() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Dump a Log File (Map or Sequence) to stdout.
|
static void |
printLogEvent(LogFileKey key,
LogFileValue value,
org.apache.hadoop.io.Text row,
Matcher rowMatcher,
KeyExtent ke,
Set<Integer> tabletIds,
int maxMutations) |
public static void main(String[] args) throws IOException
args
- - first argument is the file to printIOException
public static void printLogEvent(LogFileKey key, LogFileValue value, org.apache.hadoop.io.Text row, Matcher rowMatcher, KeyExtent ke, Set<Integer> tabletIds, int maxMutations)
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.