Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.JobDescription
Package | Description |
---|---|
uk.ac.manchester.spinnaker.spalloc |
SpiNNaker old-style machine allocation client.
|
uk.ac.manchester.spinnaker.spalloc.messages |
Commands to send to Spalloc, and responses received from Spalloc.
|
-
Uses of JobDescription in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return types with arguments of type JobDescription Modifier and Type Method Description default List<JobDescription>
SpallocAPI. listJobs()
List all jobs.List<JobDescription>
SpallocAPI. listJobs(@Positive Integer timeout)
List all jobs.List<JobDescription>
SpallocClient. listJobs(Integer timeout)
-
Uses of JobDescription in uk.ac.manchester.spinnaker.spalloc.messages
Methods in uk.ac.manchester.spinnaker.spalloc.messages that return JobDescription Modifier and Type Method Description JobDescription
JobDescription.Builder. build()
Build an instance of the immutableJobDescription
.