Interface JobControlState


  • public interface JobControlState
    Interface for managing job state and synchronization
    Author:
    mpolden
    • Method Detail

      • readInactiveJobs

        java.util.Set<java.lang.String> readInactiveJobs()
        Returns the set of jobs that are temporarily inactive
      • lockMaintenanceJob

        Mutex lockMaintenanceJob​(java.lang.String job)
        Acquire lock for running given job