Interface ScheduleEnablement

  • All Implemented Interfaces:

    
    public interface ScheduleEnablement
    
                        

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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Constructor Detail

    • 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.