Uses of Class
uk.ac.manchester.spinnaker.spalloc.CreateJob
Packages that use CreateJob
Package
Description
SpiNNaker old-style machine allocation client.
-
Uses of CreateJob in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return CreateJobModifier and TypeMethodDescriptionCreateJob.collab
(int collab) Set the collab of the request.Set the group of the request.CreateJob.keepAlive
(@jakarta.validation.constraints.Positive double keepalive) CreateJob.maxDeadBoards
(@jakarta.validation.constraints.PositiveOrZero int maxDeadBoards) CreateJob.maxDeadLinks
(@jakarta.validation.constraints.PositiveOrZero int maxDeadLinks) CreateJob.minRatio
(@jakarta.validation.constraints.PositiveOrZero double minRatio) CreateJob.nmpiJob
(int nmpiJob) Set the NMPI Job of the request.CreateJob.requireTorus()
Deprecated, for removal: This API element is subject to removal in a future version.You probably can't use this sensibly with the hardware as deployed (or you automatically get it when meaningful).CreateJob.requireTorus
(boolean requireTorus) Deprecated, for removal: This API element is subject to removal in a future version.You probably can't use this sensibly with the hardware as deployed (or you automatically get it when meaningful).Methods in uk.ac.manchester.spinnaker.spalloc with parameters of type CreateJobModifier and TypeMethodDescriptiondefault int
Create a job.int
Create a job.int
Constructors in uk.ac.manchester.spinnaker.spalloc with parameters of type CreateJobModifierConstructorDescriptionSpallocJob
(String hostname, Integer port, Integer timeout, CreateJob builder) Create a spalloc job that requests a SpiNNaker machine.SpallocJob
(String hostname, Integer timeout, CreateJob builder) Create a spalloc job that requests a SpiNNaker machine.SpallocJob
(String hostname, CreateJob builder) Create a spalloc job that requests a SpiNNaker machine.SpallocJob
(CreateJob builder) Create a spalloc job that requests a SpiNNaker machine.SpallocJob
(SpallocClient client, Integer timeout, CreateJob builder) Create a spalloc job that requests a SpiNNaker machine.SpallocJob
(SpallocClient client, CreateJob builder) Create a spalloc job that requests a SpiNNaker machine.