Uses of Class
uk.ac.manchester.spinnaker.spalloc.CreateJob
Package | Description |
---|---|
uk.ac.manchester.spinnaker.spalloc |
SpiNNaker old-style machine allocation client.
|
-
Uses of CreateJob in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return CreateJob Modifier and Type Method Description CreateJob
CreateJob. collab(int collab)
Set the collab of the request.CreateJob
CreateJob. group(String group)
Set the group of the request.CreateJob
CreateJob. keepAlive(@javax.validation.constraints.Positive double keepalive)
CreateJob
CreateJob. keepAlive(@NotNull Duration keepalive)
CreateJob
CreateJob. keepAlive(@Positive Double keepalive)
CreateJob
CreateJob. machine(@NotBlank String machine)
CreateJob
CreateJob. maxDeadBoards(@javax.validation.constraints.PositiveOrZero int maxDeadBoards)
CreateJob
CreateJob. maxDeadLinks(@javax.validation.constraints.PositiveOrZero int maxDeadLinks)
CreateJob
CreateJob. minRatio(@javax.validation.constraints.PositiveOrZero double minRatio)
CreateJob
CreateJob. nmpiJob(int nmpiJob)
Set the NMPI Job of the request.CreateJob
CreateJob. owner(@NotBlank String owner)
CreateJob
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
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).CreateJob
CreateJob. tags(@NotBlank String... tags)
Methods in uk.ac.manchester.spinnaker.spalloc with parameters of type CreateJob Modifier and Type Method Description default int
SpallocAPI. createJob(@Valid CreateJob builder)
Create a job.int
SpallocAPI. createJob(@Valid CreateJob builder, @Positive Integer timeout)
Create a job.int
SpallocClient. createJob(CreateJob builder, Integer timeout)
Constructors in uk.ac.manchester.spinnaker.spalloc with parameters of type CreateJob Constructor Description SpallocJob(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.