Uses of Interface
uk.ac.manchester.spinnaker.alloc.client.SpallocClient.Job
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.client |
Java client for the SpiNNaker allocation service.
|
-
Uses of SpallocClient.Job in uk.ac.manchester.spinnaker.alloc.client
Methods in uk.ac.manchester.spinnaker.alloc.client that return SpallocClient.Job Modifier and Type Method Description SpallocClient.Job
SpallocClient. createJob(CreateJob createInstructions)
Create a job.SpallocClient.Job
SpallocClientFactory. getJob(String uri, Map<String,String> headers, Map<String,String> cookies)
Get direct access to a Job.static SpallocClient.Job
SpallocClientFactory. getJobFromProxyInfo(ProxyInformation proxy)
Get a handle to a job given its proxy access information (derived from a database query).Methods in uk.ac.manchester.spinnaker.alloc.client that return types with arguments of type SpallocClient.Job Modifier and Type Method Description default List<SpallocClient.Job>
SpallocClient. listJobs()
List the existing non-terminated jobs.List<SpallocClient.Job>
SpallocClient. listJobs(boolean waitForChange)
List the existing non-terminated jobs.default Stream<SpallocClient.Job>
SpallocClient. listJobsWithDeleted()
List the jobs, including the deleted ones.Stream<SpallocClient.Job>
SpallocClient. listJobsWithDeleted(boolean waitForChange)
List the jobs, including the deleted ones.