Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.BoardCoordinates
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
uk.ac.manchester.spinnaker.alloc.client |
Java client for the SpiNNaker allocation service.
|
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 BoardCoordinates in uk.ac.manchester.spinnaker.alloc.allocator
Methods in uk.ac.manchester.spinnaker.alloc.allocator that return BoardCoordinates Modifier and Type Method Description BoardCoordinates
SpallocAPI.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 Modifier and Type Method Description List<BoardCoordinates>
SpallocAPI.SubMachine. getBoards()
-
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.alloc.compat
Methods in uk.ac.manchester.spinnaker.alloc.compat that return BoardCoordinates Modifier and Type Method Description protected 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 BoardCoordinates Modifier and Type Field Description BoardCoordinates
WhereIsResponse. logicalBoardCoordinates
The logical (triad) coordinates of the board.Fields in uk.ac.manchester.spinnaker.alloc.web with type parameters of type BoardCoordinates Modifier and Type Field Description 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 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.