Uses of Interface
uk.ac.manchester.spinnaker.alloc.client.SpallocClient.Job
Packages that use SpallocClient.Job
Package
Description
Java client for the SpiNNaker allocation service.
The front-end interface to the Java implementation of the SpiNNaker host
libraries.
-
Uses of SpallocClient.Job in uk.ac.manchester.spinnaker.alloc.client
Methods in uk.ac.manchester.spinnaker.alloc.client that return SpallocClient.JobModifier and TypeMethodDescriptionCreate a job.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.JobModifier and TypeMethodDescriptiondefault List<SpallocClient.Job>
SpallocClient.listJobs()
List the existing non-terminated jobs.SpallocClient.listJobs
(boolean waitForChange) List the existing non-terminated jobs.default Stream<SpallocClient.Job>
SpallocClient.listJobsWithDeleted()
List the jobs, including the deleted ones.SpallocClient.listJobsWithDeleted
(boolean waitForChange) List the jobs, including the deleted ones. -
Uses of SpallocClient.Job in uk.ac.manchester.spinnaker.front_end
Methods in uk.ac.manchester.spinnaker.front_end that return SpallocClient.Job