Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.BoardCoordinates
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.client |
Java client for the SpiNNaker allocation service.
|
uk.ac.manchester.spinnaker.spalloc |
SpiNNaker old-style machine allocation client.
|
uk.ac.manchester.spinnaker.spalloc.messages |
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 Modifier and Type Method Description List<BoardCoordinates>
AllocatedMachine. getBoards()
-
Uses of BoardCoordinates in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return BoardCoordinates Modifier and Type Method Description default BoardCoordinates
SpallocAPI. getBoardPosition(@NotBlank String machineName, @Valid PhysicalCoords coords)
Get the logical location of a board.BoardCoordinates
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.BoardCoordinates
SpallocClient. getBoardPosition(String machineName, PhysicalCoords coords, Integer timeout)
Methods in uk.ac.manchester.spinnaker.spalloc that return types with arguments of type BoardCoordinates Modifier and Type Method Description List<BoardCoordinates>
SpallocJob. getBoards()
List<BoardCoordinates>
SpallocJobAPI. getBoards()
Methods in uk.ac.manchester.spinnaker.spalloc with parameters of type BoardCoordinates Modifier and Type Method Description 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.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 BoardCoordinates Modifier and Type Method Description BoardCoordinates
WhereIs. getLogical()
Get the logical board coordinates.Methods in uk.ac.manchester.spinnaker.spalloc.messages that return types with arguments of type BoardCoordinates Modifier and Type Method Description List<BoardCoordinates>
JobDescription. getBoards()
List<BoardCoordinates>
JobMachineInfo. getBoards()
List<BoardCoordinates>
Machine. getDeadBoards()
Methods in uk.ac.manchester.spinnaker.spalloc.messages with parameters of type BoardCoordinates Modifier and Type Method Description void
WhereIs.Builder. setLogical(BoardCoordinates logical)
Method parameters in uk.ac.manchester.spinnaker.spalloc.messages with type arguments of type BoardCoordinates Modifier and Type Method Description void
JobDescription.Builder. setBoards(List<BoardCoordinates> boards)
Constructors in uk.ac.manchester.spinnaker.spalloc.messages with parameters of type BoardCoordinates Constructor Description WhereIs(ChipLocation jobChip, Integer jobId, ChipLocation chip, BoardCoordinates logical, String machine, ChipLocation boardChip, BoardPhysicalCoordinates physical)
Create.