Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.BoardCoordinates
Packages that use BoardCoordinates
Package
Description
Java client for the SpiNNaker allocation 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.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.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.