Interface LoadManagerScheduler

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
SplitScheduler, UnloadScheduler

public interface LoadManagerScheduler extends Closeable
The base interface to schedule execute task in load manager. Example: The namespace bundle split or unload should schedule running.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Close the load manager scheduler.
    void
    Execute the schedule task.
    void
    Start the load manager scheduler.
  • Method Details

    • execute

      void execute()
      Execute the schedule task.
    • start

      void start()
      Start the load manager scheduler.
    • close

      void close()
      Close the load manager scheduler.
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable