Class SuspendRequest


  • public class SuspendRequest
    extends Object
    Request to suspend the scheduler
    • Constructor Detail

      • SuspendRequest

        public SuspendRequest()
    • Method Detail

      • getAllowRun

        public Set<Integer> getAllowRun()
        IDs of Jobs that are allowed to run, although the scheduler is suspended
        Returns:
        job IDs
      • setAllowRun

        public void setAllowRun​(Set<Integer> allowRun)
        Set allowed Jobs IDs
        Parameters:
        allowRun - job IDs