Uses of Class
uk.ac.manchester.spinnaker.spalloc.exceptions.JobDestroyedException
Package | Description |
---|---|
uk.ac.manchester.spinnaker.spalloc |
SpiNNaker old-style machine allocation client.
|
-
Uses of JobDestroyedException in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that throw JobDestroyedException Modifier and Type Method Description void
SpallocJob. waitUntilReady(Integer timeout)
void
SpallocJobAPI. waitUntilReady(Integer timeout)
Block until the job is allocated and ready.Constructors in uk.ac.manchester.spinnaker.spalloc that throw JobDestroyedException Constructor Description SpallocJob(int id)
Create a job client that resumes an existing job given its ID.SpallocJob(String hostname, int id)
Create a job client that resumes an existing job given its ID.SpallocJob(String hostname, int port, Integer timeout, int id)
Create a job client that resumes an existing job given its ID.SpallocJob(String hostname, Integer timeout, int id)
Create a job client that resumes an existing job given its ID.