Class LogtoolExecutor

    • Constructor Detail

      • LogtoolExecutor

        public LogtoolExecutor()
        Constructor does nothing. Call setup() before reading a file to get this to work.
    • Method Detail

      • setup

        public void setup()
        Creates data structures, opens output file. It would be nice to dump the broker names at this point, but they are not known until we hit the first timeslotUpdate while reading the file.
        Specified by:
        setup in interface Analyzer
        Overrides:
        setup in class NoopAnalyzer
      • interrupt

        public void interrupt()