Class StatsBuilder
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.indexer.document.flatfile.analysis.StatsBuilder
-
public class StatsBuilder extends Object
Builder for commonly used statistics for flat file stores.
-
-
Constructor Summary
Constructors Constructor Description StatsBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
buildStats(String fileName, String nodeNameFilter, boolean profiler)
Read a flat file store and build statistics.static void
main(String... args)
-
-
-
Method Detail
-
buildStats
public static void buildStats(String fileName, String nodeNameFilter, boolean profiler) throws IOException
Read a flat file store and build statistics.- Parameters:
fileName
- the file namenodeNameFilter
- the node names to filterprofiler
- also run the profiler- Throws:
IOException
-
-