Package titan.scheduler


package titan.scheduler
  • Class
    Description
     
     
    Represents a job that is scheduled to run at a future time.
    The main Scheduler class responsible for managing workers, dispatching jobs, and maintaining system state.
    Represents the execution status of a specific task within the scheduler.
    Represents a worker node in the scheduling system.
    A central registry for managing Worker instances within the Titan scheduler system.