Class Summary |
FileCount |
Computes recursive counts over file system information and stores them back into the same Accumulo table. |
Ingest |
Recursively lists the files and directories under a given path, ingests their names and file info into one Accumulo table, indexes the file names in a
separate table, and the file data into a third table. |
QueryUtil |
Provides utility methods for getting the info for a file, listing the contents of a directory, and performing single wild card searches on file or directory
names. |
Viewer |
Provides a GUI for browsing the file system information stored in Accumulo. |
Viewer.NodeInfo |
|