Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.BoardPhysicalCoordinates
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
uk.ac.manchester.spinnaker.alloc.compat |
Spalloc v1 compatibility interface.
|
uk.ac.manchester.spinnaker.alloc.web |
The user-facing web interface to the new spalloc 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 BoardPhysicalCoordinates in uk.ac.manchester.spinnaker.alloc.allocator
Methods in uk.ac.manchester.spinnaker.alloc.allocator that return BoardPhysicalCoordinates Modifier and Type Method Description BoardPhysicalCoordinates
SpallocAPI.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 BoardPhysicalCoordinates Modifier and Type Method Description protected 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 BoardPhysicalCoordinates Modifier and Type Field Description 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 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.