Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.BoardPhysicalCoordinates
Package | Description |
---|---|
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 BoardPhysicalCoordinates in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return BoardPhysicalCoordinates Modifier and Type Method Description default BoardPhysicalCoordinates
SpallocAPI. getBoardPosition(@NotBlank String machineName, @Valid TriadCoords coords)
Get the physical location of a board.BoardPhysicalCoordinates
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.BoardPhysicalCoordinates
SpallocClient. getBoardPosition(String machineName, TriadCoords coords, Integer timeout)
BoardPhysicalCoordinates
SpallocJob. whereIs(HasChipLocation chip)
BoardPhysicalCoordinates
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 BoardPhysicalCoordinates Modifier and Type Method Description 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.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 BoardPhysicalCoordinates Modifier and Type Method Description BoardPhysicalCoordinates
WhereIs. getPhysical()
Get the physical board coordinates.Methods in uk.ac.manchester.spinnaker.spalloc.messages with parameters of type BoardPhysicalCoordinates Modifier and Type Method Description void
WhereIs.Builder. setPhysical(BoardPhysicalCoordinates physical)
Constructors in uk.ac.manchester.spinnaker.spalloc.messages with parameters of type BoardPhysicalCoordinates Constructor Description WhereIs(ChipLocation jobChip, Integer jobId, ChipLocation chip, BoardCoordinates logical, String machine, ChipLocation boardChip, BoardPhysicalCoordinates physical)
Create.