Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.BoardPhysicalCoordinates
Packages that use BoardPhysicalCoordinates
Package
Description
The core allocation system.
Spalloc v1 compatibility interface.
The user-facing web interface to the new spalloc service.
SpiNNaker old-style machine allocation client.
Commands to send to Spalloc, and responses received from Spalloc.
-
Uses of BoardPhysicalCoordinates in uk.ac.manchester.spinnaker.alloc.allocator
Methods in uk.ac.manchester.spinnaker.alloc.allocator that return BoardPhysicalCoordinatesModifier and TypeMethodDescriptionSpallocAPI.BoardLocation.getPhysical()
Where is the board physically in its machine? -
Uses of BoardPhysicalCoordinates in uk.ac.manchester.spinnaker.alloc.compat
Methods in uk.ac.manchester.spinnaker.alloc.compat that return BoardPhysicalCoordinatesModifier and TypeMethodDescriptionprotected abstract BoardPhysicalCoordinates
V1CompatTask.getBoardAtLogicalPosition
(@NotBlank String machineName, @uk.ac.manchester.spinnaker.machine.board.ValidTriadX int x, @uk.ac.manchester.spinnaker.machine.board.ValidTriadY int y, @uk.ac.manchester.spinnaker.machine.board.ValidTriadZ int z) Get the physical location of a board at given coordinates. -
Uses of BoardPhysicalCoordinates in uk.ac.manchester.spinnaker.alloc.web
Fields in uk.ac.manchester.spinnaker.alloc.web declared as BoardPhysicalCoordinatesModifier and TypeFieldDescriptionfinal BoardPhysicalCoordinates
WhereIsResponse.physicalBoardCoordinates
The physical (BMP+board) coordinates of the board. -
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.