Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.JobDescription
Packages that use JobDescription
Package
Description
Spalloc v1 compatibility interface.
SpiNNaker old-style machine allocation client.
Commands to send to Spalloc, and responses received from Spalloc.
-
Uses of JobDescription in uk.ac.manchester.spinnaker.alloc.compat
Methods in uk.ac.manchester.spinnaker.alloc.compat that return JobDescriptionModifier and TypeMethodDescriptionprotected abstract JobDescription[]
V1CompatTask.listJobs()
List the jobs. -
Uses of JobDescription in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return types with arguments of type JobDescriptionModifier and TypeMethodDescriptiondefault List<JobDescription>
SpallocAPI.listJobs()
List all jobs.List all jobs. -
Uses of JobDescription in uk.ac.manchester.spinnaker.spalloc.messages
Methods in uk.ac.manchester.spinnaker.spalloc.messages that return JobDescriptionModifier and TypeMethodDescriptionJobDescription.Builder.build()
Build an instance of the immutableJobDescription
.