Package | Description |
---|---|
org.kepler.job |
Modifier and Type | Class and Description |
---|---|
class |
TaskParallelJobStatusInfo
Status info struct for the job class
|
Modifier and Type | Field and Description |
---|---|
JobStatusInfo |
Job.status |
Modifier and Type | Method and Description |
---|---|
JobStatusInfo |
JobSupportCondor.parseStatusOutput(java.lang.String jobID,
int exitCode,
java.lang.String output,
java.lang.String error)
Parse output of status check command and get status info. return: a
JobStatusInfo object, or throws an JobException with the error output
|
JobStatusInfo |
JobSupportSGE.parseStatusOutput(java.lang.String jobID,
int exitCode,
java.lang.String output,
java.lang.String error)
Parse output of status check command and get status info return: a
JobStatusInfo object, or throws an JobException with the error output
|
JobStatusInfo |
JobSupportLoadLeveler.parseStatusOutput(java.lang.String jobID,
int exitCode,
java.lang.String output,
java.lang.String error)
Parse output of status check command and get status info return: a
JobStatusInfo object, or throws an JobException with the error output
|
JobStatusInfo |
JobSupportLSF.parseStatusOutput(java.lang.String jobID,
int exitCode,
java.lang.String output,
java.lang.String error)
Parse output of status check command and get status info return: a
JobStatusInfo object, or throws an JobException with the error output
|
JobStatusInfo |
JobSupportPBS.parseStatusOutput(java.lang.String jobID,
int exitCode,
java.lang.String output,
java.lang.String error)
Parse output of status check command and get status info return: a
JobStatusInfo object, or throws an JobException with the error output
|
JobStatusInfo |
JobSupportFork.parseStatusOutput(java.lang.String jobID,
int exitCode,
java.lang.String output,
java.lang.String error)
Parse output of status check command and get status info return: a
JobStatusInfo object, or throws an JobException with the error output
|
JobStatusInfo |
JobSupportMoab.parseStatusOutput(java.lang.String jobID,
int exitCode,
java.lang.String output,
java.lang.String error)
Parse output of status check command and get status info
|
JobStatusInfo |
JobSupportNCCS.parseStatusOutput(java.lang.String jobID,
int exitCode,
java.lang.String output,
java.lang.String error)
Parse output of status check command and get status info return: a
JobStatusInfo object, or throws an JobException with the error output
|
JobStatusInfo |
JobSupportSLURM.parseStatusOutput(java.lang.String jobID,
int exitCode,
java.lang.String output,
java.lang.String error)
Parse output of status check command and get status info return: a
JobStatusInfo object, or throws an JobException with the error output
|
protected JobStatusInfo |
JobManager.status(java.lang.String jobID)
Check the status of the job
|
protected JobStatusInfo |
JobManager.status(java.lang.String jobID,
int numTasks)
Check the status of the job and tasks if numTasks>0
|
Constructor and Description |
---|
TaskParallelJobStatusInfo(JobStatusInfo jobstatus) |