Package 

Interface ExportScheduleHandler


  • 
    public interface ExportScheduleHandler
    
                        

    Sets up a scheduling mechanism to read and export previously stored signals in disk.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit enable() Start/Set up the exporting schedule.
      Unit disable() Don't start (or stop if something was previously started) the exporting schedule, no look up for data stored in the disk to export will be carried over if this function is called.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • enable

         abstract Unit enable()

        Start/Set up the exporting schedule. Called when the disk buffering feature gets enabled.

      • disable

         Unit disable()

        Don't start (or stop if something was previously started) the exporting schedule, no look up for data stored in the disk to export will be carried over if this function is called. This will be called if the disk buffering feature gets disabled.