Class CsvReporter

  • Constructor Details

  • Method Details

    • task

      public void task()
      Description copied from class: UnstartedPeriodicTaskComponent
      This task should only do what is needed once each period. If it throws any exceptions, then these exceptions will cause the period task to exit. Thus, if you need to allow failures in some cases while keeping the caller (scheduler) active, all errors should be caught and handled internally.
      Specified by:
      task in class UnstartedPeriodicTaskComponent
    • convertDuration

      protected double convertDuration(double duration)
    • convertRate

      protected double convertRate(double rate)
    • teardown

      public void teardown()
      Description copied from class: NBBaseComponent
      Override this method in your component implementations when you need to do something to close out your component.
      Overrides:
      teardown in class UnstartedPeriodicTaskComponent