Uses of Class
uk.ac.manchester.spinnaker.machine.board.PhysicalCoords
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.admin |
Administrative interfaces for spalloc server.
|
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.machine.board |
Classes relating to boards in a SpiNNaker machine.
|
uk.ac.manchester.spinnaker.py2json |
Conversion utility.
|
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 PhysicalCoords in uk.ac.manchester.spinnaker.alloc.admin
Methods in uk.ac.manchester.spinnaker.alloc.admin that return types with arguments of type PhysicalCoords Modifier and Type Method Description Map<TriadCoords,PhysicalCoords>
MachineDefinitionLoader.Machine. getBoardLocations()
Methods in uk.ac.manchester.spinnaker.alloc.admin with parameters of type PhysicalCoords Modifier and Type Method Description Optional<MachineStateControl.BoardState>
MachineStateControl. 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 PhysicalCoords Modifier and Type Field Description @Valid PhysicalCoords
SpallocAPI.HasBoardCoords. physical
The physical coordinates, ornull
.Methods in uk.ac.manchester.spinnaker.alloc.allocator with parameters of type PhysicalCoords Modifier and Type Method Description Optional<SpallocAPI.BoardLocation>
SpallocAPI.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 PhysicalCoords Modifier and Type Method Description PhysicalCoords
WhereIs. getPhysicalCoords()
Methods in uk.ac.manchester.spinnaker.alloc.client with parameters of type PhysicalCoords Modifier and Type Method Description WhereIs
SpallocClient.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 PhysicalCoords Constructor Description CreateJob(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 Modifier and Type Method Description int
PhysicalCoords. compareTo(PhysicalCoords other)
-
Uses of PhysicalCoords in uk.ac.manchester.spinnaker.py2json
Fields in uk.ac.manchester.spinnaker.py2json with type parameters of type PhysicalCoords Modifier and Type Field Description @NotNull Map<@Valid TriadCoords,@Valid PhysicalCoords>
Machine. boardLocations
The logical-to-physical board location map. -
Uses of PhysicalCoords in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc with parameters of type PhysicalCoords 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.BoardCoordinates
SpallocClient. getBoardPosition(String machineName, PhysicalCoords coords, Integer timeout)
default WhereIs
SpallocAPI. whereIs(@NotBlank String machine, @Valid PhysicalCoords coords)
Locate a board within a machine.WhereIs
SpallocAPI. whereIs(@NotBlank String machine, @Valid PhysicalCoords coords, @Positive Integer timeout)
Locate a board within a machine.WhereIs
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 PhysicalCoords Modifier and Type Method Description PhysicalCoords
BoardPhysicalCoordinates. toStandardCoords()
Convert to the standard coordinate scheme.Constructors in uk.ac.manchester.spinnaker.spalloc.messages with parameters of type PhysicalCoords Constructor Description BoardPhysicalCoordinates(PhysicalCoords coords)
Create 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.