Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.BoardCoordinates
Packages that use BoardCoordinates
Package
Description
The core allocation system.
Java client for the SpiNNaker allocation service.
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 BoardCoordinates in uk.ac.manchester.spinnaker.alloc.allocator
Methods in uk.ac.manchester.spinnaker.alloc.allocator that return BoardCoordinatesModifier and TypeMethodDescriptionSpallocAPI.BoardLocation.getLogical()
Where is the board logically within its machine?Methods in uk.ac.manchester.spinnaker.alloc.allocator that return types with arguments of type BoardCoordinates -
Uses of BoardCoordinates in uk.ac.manchester.spinnaker.alloc.client
Methods in uk.ac.manchester.spinnaker.alloc.client that return types with arguments of type BoardCoordinates -
Uses of BoardCoordinates in uk.ac.manchester.spinnaker.alloc.compat
Methods in uk.ac.manchester.spinnaker.alloc.compat that return BoardCoordinatesModifier and TypeMethodDescriptionprotected abstract BoardCoordinates
V1CompatTask.getBoardAtPhysicalPosition
(@NotBlank String machineName, @uk.ac.manchester.spinnaker.machine.board.ValidCabinetNumber int cabinet, @uk.ac.manchester.spinnaker.machine.board.ValidFrameNumber int frame, @uk.ac.manchester.spinnaker.machine.board.ValidBoardNumber int board) Get the coordinates of a board at a physical location. -
Uses of BoardCoordinates in uk.ac.manchester.spinnaker.alloc.web
Fields in uk.ac.manchester.spinnaker.alloc.web declared as BoardCoordinatesModifier and TypeFieldDescriptionfinal BoardCoordinates
WhereIsResponse.logicalBoardCoordinates
The logical (triad) coordinates of the board.Fields in uk.ac.manchester.spinnaker.alloc.web with type parameters of type BoardCoordinatesModifier and TypeFieldDescriptionfinal List<BoardCoordinates>
SubMachineResponse.boards
Where the boards are. -
Uses of BoardCoordinates in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return BoardCoordinatesModifier and TypeMethodDescriptiondefault BoardCoordinates
SpallocAPI.getBoardPosition
(@NotBlank String machineName, @Valid PhysicalCoords coords) Get the logical location of a board.SpallocAPI.getBoardPosition
(@NotBlank String machineName, @Valid PhysicalCoords coords, @Positive Integer timeout) Get the logical location of a board.default 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.SpallocClient.getBoardPosition
(String machineName, PhysicalCoords coords, Integer timeout) Methods in uk.ac.manchester.spinnaker.spalloc that return types with arguments of type BoardCoordinatesMethods in uk.ac.manchester.spinnaker.spalloc with parameters of type BoardCoordinatesModifier and TypeMethodDescriptiondefault 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.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. -
Uses of BoardCoordinates in uk.ac.manchester.spinnaker.spalloc.messages
Methods in uk.ac.manchester.spinnaker.spalloc.messages that return BoardCoordinatesMethods in uk.ac.manchester.spinnaker.spalloc.messages that return types with arguments of type BoardCoordinatesModifier and TypeMethodDescriptionJobDescription.getBoards()
JobMachineInfo.getBoards()
Machine.getDeadBoards()
Methods in uk.ac.manchester.spinnaker.spalloc.messages with parameters of type BoardCoordinatesMethod parameters in uk.ac.manchester.spinnaker.spalloc.messages with type arguments of type BoardCoordinatesModifier and TypeMethodDescriptionvoid
JobDescription.Builder.setBoards
(List<BoardCoordinates> boards) Constructors in uk.ac.manchester.spinnaker.spalloc.messages with parameters of type BoardCoordinatesModifierConstructorDescriptionWhereIs
(ChipLocation jobChip, Integer jobId, ChipLocation chip, BoardCoordinates logical, String machine, ChipLocation boardChip, BoardPhysicalCoordinates physical) Create.