See: Description
Interface | Description |
---|---|
Job |
Job represents a job that has been submitted to a
Scheduler . |
Jobs |
The Jobs API of Xenon.
|
JobStatus |
JobStatus contains status information for a specific
Job . |
QueueStatus |
QueueStatus contains status information for a specific queue.
|
Scheduler |
Scheduler represents a (possibly remote) scheduler that can be used to submit jobs and retrieve queue information.
|
Streams |
Streams is a container for the standard input, output and error streams of a
Job . |
Class | Description |
---|---|
JobDescription |
JobDescription contains a description of a job that can be submitted to a
Scheduler . |
Exception | Description |
---|---|
IncompleteJobDescriptionException |
Signals that a JobDescription is missing required options.
|
InvalidJobDescriptionException |
Signals that a JobDescription contains invalid values for certain options.
|
JobCanceledException |
Signals that a jobs has been canceled by the user.
|
NoSuchJobException |
Signals that a Job was not found.
|
NoSuchQueueException |
Signals that a unknown queue was provided.
|
NoSuchSchedulerException |
Signals that a unknown scheduler was provided.
|
UnsupportedJobDescriptionException |
Signals that a combination of options used in a JobDescription is not supported by a resource.
|