Uses of Class
uk.ac.manchester.spinnaker.alloc.client.WhereIs
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.client |
Java client for the SpiNNaker allocation service.
|
-
Uses of WhereIs in uk.ac.manchester.spinnaker.alloc.client
Methods in uk.ac.manchester.spinnaker.alloc.client that return WhereIs Modifier and Type Method Description WhereIs
SpallocClient.Machine. getBoard(@NotNull @Valid PhysicalCoords coords)
Given physical coordinates, return more info about a board.WhereIs
SpallocClient.Machine. getBoard(@NotNull @Valid TriadCoords coords)
Given logical triad coordinates, return more info about a board.WhereIs
SpallocClient.Machine. getBoard(@NotNull @Valid HasChipLocation chip)
Given a global chip location, return more info about the board that contains it.WhereIs
SpallocClient.Machine. getBoard(@IPAddress String address)
Given an IP address, return more info about a board.WhereIs
SpallocClient.Job. whereIs(@NotNull @Valid HasChipLocation chip)
Given the location of a chip within an allocation, return more info about a board.