Uses of Class
uk.ac.manchester.spinnaker.machine.board.PhysicalCoords
Packages that use PhysicalCoords
Package
Description
Administrative interfaces for spalloc server.
The core allocation system.
Java client for the SpiNNaker allocation service.
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 PhysicalCoords in uk.ac.manchester.spinnaker.alloc.admin
Methods in uk.ac.manchester.spinnaker.alloc.admin that return types with arguments of type PhysicalCoordsMethods in uk.ac.manchester.spinnaker.alloc.admin with parameters of type PhysicalCoordsModifier and TypeMethodDescriptionMachineStateControl.findPhysical(@NotBlank String machine, @Valid @NotNull PhysicalCoords coords) Look up a board for management. -
Uses of PhysicalCoords in uk.ac.manchester.spinnaker.alloc.allocator
Fields in uk.ac.manchester.spinnaker.alloc.allocator declared as PhysicalCoordsModifier and TypeFieldDescriptionfinal @Valid PhysicalCoordsSpallocAPI.HasBoardCoords.physicalThe physical coordinates, ornull.Methods in uk.ac.manchester.spinnaker.alloc.allocator with parameters of type PhysicalCoordsModifier and TypeMethodDescriptionSpallocAPI.Machine.getBoardByPhysicalCoords(@Valid @NotNull PhysicalCoords coords) Get a description of the location of a board given the physical coordinates of the board. -
Uses of PhysicalCoords in uk.ac.manchester.spinnaker.alloc.client
Methods in uk.ac.manchester.spinnaker.alloc.client that return PhysicalCoordsMethods in uk.ac.manchester.spinnaker.alloc.client with parameters of type PhysicalCoordsModifier and TypeMethodDescriptionSpallocClient.Machine.getBoard(@NotNull @Valid PhysicalCoords coords) Given physical coordinates, return more info about a board.Constructors in uk.ac.manchester.spinnaker.alloc.client with parameters of type PhysicalCoordsModifierConstructorDescriptionCreateJob(String machine, PhysicalCoords coords) Create a request to run on a specific board of a specific machine operated by the Spalloc service. -
Uses of PhysicalCoords in uk.ac.manchester.spinnaker.machine.board
Methods in uk.ac.manchester.spinnaker.machine.board with parameters of type PhysicalCoords -
Uses of PhysicalCoords in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc with parameters of type PhysicalCoordsModifier and TypeMethodDescriptiondefault BoardCoordinatesSpallocAPI.getBoardPosition(@NotBlank String machineName, @Valid PhysicalCoords coords) Get the logical location of a board.SpallocAPI.getBoardPosition(@NotBlank String machineName, @Valid PhysicalCoords coords, @Positive Integer timeout) Get the logical location of a board.SpallocClient.getBoardPosition(String machineName, PhysicalCoords coords, Integer timeout) default WhereIsSpallocAPI.whereIs(@NotBlank String machine, @Valid PhysicalCoords coords) Locate a board within a machine.SpallocAPI.whereIs(@NotBlank String machine, @Valid PhysicalCoords coords, @Positive Integer timeout) Locate a board within a machine.SpallocClient.whereIs(String machine, PhysicalCoords coords, Integer timeout) -
Uses of PhysicalCoords in uk.ac.manchester.spinnaker.spalloc.messages
Methods in uk.ac.manchester.spinnaker.spalloc.messages that return PhysicalCoordsModifier and TypeMethodDescriptionBoardPhysicalCoordinates.toStandardCoords()Convert to the standard coordinate scheme.Constructors in uk.ac.manchester.spinnaker.spalloc.messages with parameters of type PhysicalCoordsModifierConstructorDescriptionCreate with given coordinates.GetBoardAtPositionCommand(@NotBlank String machine, @Valid PhysicalCoords coords) Create a request.WhereIsMachineBoardPhysicalCommand(@NotBlank String machine, @Valid @NotNull PhysicalCoords coords) Create a request to locate a board on a machine.