Class StatsBuilder


  • public class StatsBuilder
    extends Object
    Builder for commonly used statistics for flat file stores.
    • Constructor Detail

      • StatsBuilder

        public StatsBuilder()
    • 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 name
        nodeNameFilter - the node names to filter
        profiler - also run the profiler
        Throws:
        IOException