org.apache.accumulo.server.test.continuous
Class UndefinedAnalyzer

java.lang.Object
  extended by org.apache.accumulo.server.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.


Constructor Summary
UndefinedAnalyzer()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndefinedAnalyzer

public UndefinedAnalyzer()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.