Class SlurmEngine.PendingJobsCmd

java.lang.Object
net.sf.basedb.opengrid.CmdResult<List<String>>
net.sf.basedb.opengrid.engine.SlurmEngine.PendingJobsCmd
Enclosing class:
SlurmEngine

public static class SlurmEngine.PendingJobsCmd extends CmdResult<List<String>>
Issue an 'squeue' command that get a list of pending jobs sorted in priority order as of this moment. The result is a list of job ID values that we can use to check the queue number for jobs that are pending.
Since:
1.13
  • Constructor Details

    • PendingJobsCmd

      public PendingJobsCmd()
  • Method Details

    • parseResult

      protected void parseResult()
      Description copied from class: CmdResult
      This method is called after the command has been executed and the exit code, stdout and stderr has been updated. Subclasses can override this method to take actions. The default implementation does nothing.
      Overrides:
      parseResult in class CmdResult<List<String>>