org.apache.accumulo.examples.simple.dirlist
Class FileCount

java.lang.Object
  extended by org.apache.accumulo.examples.simple.dirlist.FileCount

public class FileCount
extends Object

Computes recursive counts over file system information and stores them back into the same Accumulo table. See docs/examples/README.dirlist for instructions.


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

Method Detail

run

public void run()
         throws Exception
Throws:
Exception

main

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


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.