org.apache.accumulo.test.continuous
Class UndefinedAnalyzer
java.lang.Object
org.apache.accumulo.test.continuous.UndefinedAnalyzer
public class UndefinedAnalyzer
- extends Object
BUGS This code does not handle the fact that these files could include log events from previous months. It therefore it assumes all dates are in the current
month. One solution might be to skip log files that haven't been touched in the last month, but that doesn't prevent newer files that have old dates in them.
Method Summary |
static void |
main(String[] args)
Class to analyze undefined references and accumulo logs to isolate the time/tablet where data was lost. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UndefinedAnalyzer
public UndefinedAnalyzer()
main
public static void main(String[] args)
throws Exception
- Class to analyze undefined references and accumulo logs to isolate the time/tablet where data was lost.
- Throws:
Exception
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.