Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.WhereIs
Packages that use WhereIs
Package
Description
SpiNNaker old-style machine allocation client.
Commands to send to Spalloc, and responses received from Spalloc.
-
Uses of WhereIs in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return WhereIsModifier and TypeMethodDescriptiondefault WhereIs
SpallocAPI.whereIs
(int jobID, @Valid HasChipLocation chip) Locate a chip within a job's allocation.SpallocAPI.whereIs
(int jobID, @Valid HasChipLocation chip, @Positive Integer timeout) Locate a chip within a job's allocation.default WhereIs
SpallocAPI.whereIs
(@NotBlank String machine, @Valid PhysicalCoords coords) Locate a board within a machine.SpallocAPI.whereIs
(@NotBlank String machine, @Valid PhysicalCoords coords, @Positive Integer timeout) Locate a board within a machine.default WhereIs
SpallocAPI.whereIs
(@NotBlank String machine, @Valid TriadCoords coords) Locate a board within a machine.SpallocAPI.whereIs
(@NotBlank String machine, @Valid TriadCoords coords, @Positive Integer timeout) Locate a board within a machine.default WhereIs
SpallocAPI.whereIs
(@NotBlank String machine, @Valid HasChipLocation chip) Locate a chip within a machine.SpallocAPI.whereIs
(@NotBlank String machine, @Valid HasChipLocation chip, @Positive Integer timeout) Locate a chip within a machine.default WhereIs
SpallocAPI.whereIs
(@NotBlank String machine, @Valid BoardCoordinates coords) Locate a board within a machine.default WhereIs
SpallocAPI.whereIs
(@NotBlank String machine, @Valid BoardCoordinates coords, @Positive Integer timeout) Locate a board within a machine.default WhereIs
SpallocAPI.whereIs
(@NotBlank String machine, @Valid BoardPhysicalCoordinates coords) Locate a board within a machine.default WhereIs
SpallocAPI.whereIs
(@NotBlank String machine, @Valid BoardPhysicalCoordinates coords, @Positive Integer timeout) Locate a board within a machine.SpallocClient.whereIs
(int jobID, HasChipLocation chip, Integer timeout) SpallocClient.whereIs
(String machine, PhysicalCoords coords, Integer timeout) SpallocClient.whereIs
(String machine, TriadCoords coords, Integer timeout) SpallocClient.whereIs
(String machine, HasChipLocation chip, Integer timeout) -
Uses of WhereIs in uk.ac.manchester.spinnaker.spalloc.messages
Methods in uk.ac.manchester.spinnaker.spalloc.messages that return WhereIs