Uses of Class
uk.ac.manchester.spinnaker.alloc.client.WhereIs
Packages that use WhereIs
Package
Description
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 WhereIsModifier and TypeMethodDescriptionSpallocClient.Machine.getBoard
(@NotNull @Valid PhysicalCoords coords) Given physical coordinates, return more info about a board.SpallocClient.Machine.getBoard
(@NotNull @Valid TriadCoords coords) Given logical triad coordinates, return more info about a board.SpallocClient.Machine.getBoard
(@NotNull @Valid HasChipLocation chip) Given a global chip location, return more info about the board that contains it.SpallocClient.Machine.getBoard
(@IPAddress String address) Given an IP address, return more info about a board.SpallocClient.Job.whereIs
(@NotNull @Valid HasChipLocation chip) Given the location of a chip within an allocation, return more info about a board.