Uses of Class
uk.ac.manchester.spinnaker.machine.board.TriadCoords
Packages that use TriadCoords
Package
Description
Administrative interfaces for spalloc server.
The core allocation system.
Java client for the SpiNNaker allocation service.
Spalloc v1 compatibility interface.
Classes relating to boards in a SpiNNaker machine.
SpiNNaker old-style machine allocation client.
Commands to send to Spalloc, and responses received from Spalloc.
-
Uses of TriadCoords in uk.ac.manchester.spinnaker.alloc.admin
Methods in uk.ac.manchester.spinnaker.alloc.admin that return types with arguments of type TriadCoordsModifier and TypeMethodDescriptionMachineDefinitionLoader.Machine.getBoardLocations()
MachineDefinitionLoader.Machine.getDeadBoards()
MachineDefinitionLoader.Machine.getDeadLinks()
MachineDefinitionLoader.Machine.getSpinnakerIPs()
Methods in uk.ac.manchester.spinnaker.alloc.admin with parameters of type TriadCoordsModifier and TypeMethodDescriptionMachineStateControl.findTriad
(@NotBlank String machine, @Valid TriadCoords coords) Look up a board for management. -
Uses of TriadCoords in uk.ac.manchester.spinnaker.alloc.allocator
Fields in uk.ac.manchester.spinnaker.alloc.allocator declared as TriadCoordsModifier and TypeFieldDescriptionfinal @Valid TriadCoords
SpallocAPI.HasBoardCoords.triad
The logical coordinates, ornull
.Methods in uk.ac.manchester.spinnaker.alloc.allocator with parameters of type TriadCoordsModifier and TypeMethodDescriptionSpallocAPI.Machine.getBoardByLogicalCoords
(@Valid @NotNull TriadCoords coords) Get a description of the location of a board given the triad coordinates of the board. -
Uses of TriadCoords in uk.ac.manchester.spinnaker.alloc.client
Methods in uk.ac.manchester.spinnaker.alloc.client that return TriadCoordsMethods in uk.ac.manchester.spinnaker.alloc.client with parameters of type TriadCoordsModifier and TypeMethodDescriptionSpallocClient.Machine.getBoard
(@NotNull @Valid TriadCoords coords) Given logical triad coordinates, return more info about a board.Constructors in uk.ac.manchester.spinnaker.alloc.client with parameters of type TriadCoordsModifierConstructorDescriptionCreateJob
(String machine, TriadCoords triad) Create a request to run on a specific board of a specific machine operated by the Spalloc service. -
Uses of TriadCoords in uk.ac.manchester.spinnaker.alloc.compat
Methods in uk.ac.manchester.spinnaker.alloc.compat with parameters of type TriadCoordsModifier and TypeMethodDescriptionprotected abstract int
V1CompatTask.createJobSpecificBoard
(@Valid TriadCoords coords, Map<@NotBlank String, @NotNull Object> kwargs, byte[] cmd) Create a job asking for a specific board. -
Uses of TriadCoords in uk.ac.manchester.spinnaker.machine.board
Methods in uk.ac.manchester.spinnaker.machine.board with parameters of type TriadCoords -
Uses of TriadCoords in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc with parameters of type TriadCoordsModifier and TypeMethodDescriptiondefault BoardPhysicalCoordinates
SpallocAPI.getBoardPosition
(@NotBlank String machineName, @Valid TriadCoords coords) Get the physical location of a board.SpallocAPI.getBoardPosition
(@NotBlank String machineName, @Valid TriadCoords coords, @Positive Integer timeout) Get the physical location of a board.SpallocClient.getBoardPosition
(String machineName, TriadCoords coords, Integer timeout) default WhereIs
SpallocAPI.whereIs
(@NotBlank String machine, @Valid TriadCoords coords) Locate a board within a machine.SpallocAPI.whereIs
(@NotBlank String machine, @Valid TriadCoords coords, @Positive Integer timeout) Locate a board within a machine.SpallocClient.whereIs
(String machine, TriadCoords coords, Integer timeout) -
Uses of TriadCoords in uk.ac.manchester.spinnaker.spalloc.messages
Methods in uk.ac.manchester.spinnaker.spalloc.messages that return TriadCoordsModifier and TypeMethodDescriptionBoardCoordinates.toStandardCoords()
Convert to the standard coordinate scheme.Constructors in uk.ac.manchester.spinnaker.spalloc.messages with parameters of type TriadCoordsModifierConstructorDescriptionBoardCoordinates
(TriadCoords triad) Create with given coordinates.GetBoardPositionCommand
(@NotBlank String machine, @Valid TriadCoords coords) Create a request.WhereIsMachineBoardLogicalCommand
(@NotBlank String machine, @Valid TriadCoords coords) Create a request to locate a board on a machine.