Package | Description |
---|---|
nl.esciencecenter.xenon |
This package is the main entry point into the Xenon API.
|
nl.esciencecenter.xenon.util |
This package is contains several utility classes.
|
Modifier and Type | Method and Description |
---|---|
Jobs |
Xenon.jobs()
Retrieve the
Jobs interface. |
Modifier and Type | Method and Description |
---|---|
static Scheduler |
Utils.getLocalScheduler(Jobs jobs)
Returns a
Scheduler that can be used to run jobs locally. |
static Scheduler |
Utils.newScheduler(Jobs jobs,
String scheme)
Create a
Scheduler for the given scheme, but without using a location, credential, or properties. |