Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.BoardPhysicalCoordinates
Packages that use BoardPhysicalCoordinates
Package
Description
SpiNNaker old-style machine allocation client.
Commands to send to Spalloc, and responses received from Spalloc.
-
Uses of BoardPhysicalCoordinates in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return BoardPhysicalCoordinatesModifier and TypeMethodDescriptiondefault BoardPhysicalCoordinates
SpallocAPI.getBoardPosition
(@NotBlank String machineName, @Valid TriadCoords coords) Get the physical location of a board.SpallocAPI.getBoardPosition
(@NotBlank String machineName, @Valid TriadCoords coords, @Positive Integer timeout) Get the physical location of a board.default BoardPhysicalCoordinates
SpallocAPI.getBoardPosition
(@NotBlank String machineName, @Valid BoardCoordinates coords) Get the physical location of a board.default BoardPhysicalCoordinates
SpallocAPI.getBoardPosition
(@NotBlank String machineName, @Valid BoardCoordinates coords, @Positive Integer timeout) Get the physical location of a board.SpallocClient.getBoardPosition
(String machineName, TriadCoords coords, Integer timeout) SpallocJob.whereIs
(HasChipLocation chip) SpallocJobAPI.whereIs
(HasChipLocation chip) Locates and returns the physical coordinates containing a given chip in a machine allocated to this job.Methods in uk.ac.manchester.spinnaker.spalloc with parameters of type BoardPhysicalCoordinatesModifier and TypeMethodDescriptiondefault BoardCoordinates
SpallocAPI.getBoardPosition
(@NotBlank String machineName, @Valid BoardPhysicalCoordinates coords) Get the logical location of a board.default BoardCoordinates
SpallocAPI.getBoardPosition
(@NotBlank String machineName, @Valid BoardPhysicalCoordinates coords, @Positive Integer timeout) Get the logical location of a board.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. -
Uses of BoardPhysicalCoordinates in uk.ac.manchester.spinnaker.spalloc.messages
Methods in uk.ac.manchester.spinnaker.spalloc.messages that return BoardPhysicalCoordinatesMethods in uk.ac.manchester.spinnaker.spalloc.messages with parameters of type BoardPhysicalCoordinatesModifier and TypeMethodDescriptionvoid
WhereIs.Builder.setPhysical
(BoardPhysicalCoordinates physical) Constructors in uk.ac.manchester.spinnaker.spalloc.messages with parameters of type BoardPhysicalCoordinatesModifierConstructorDescriptionWhereIs
(ChipLocation jobChip, Integer jobId, ChipLocation chip, BoardCoordinates logical, String machine, ChipLocation boardChip, BoardPhysicalCoordinates physical) Create.