Package | Description |
---|---|
nl.esciencecenter.xenon |
This package is the main entry point into the Xenon API.
|
nl.esciencecenter.xenon.jobs |
This package contains the classes and interfaces used to run jobs.
|
nl.esciencecenter.xenon.util |
This package is contains several utility classes.
|
Class and Description |
---|
Jobs
The Jobs API of Xenon.
|
Class and Description |
---|
Job
Job represents a job that has been submitted to a
Scheduler . |
JobDescription
JobDescription contains a description of a job that can be submitted to a
Scheduler . |
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 and Description |
---|
JobDescription
JobDescription contains a description of a job that can be submitted to a
Scheduler . |
Jobs
The Jobs API of Xenon.
|
Scheduler
Scheduler represents a (possibly remote) scheduler that can be used to submit jobs and retrieve queue information.
|