Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.WhereIs
Packages that use WhereIs
Package
Description
Spalloc v1 compatibility interface.
SpiNNaker old-style machine allocation client.
Commands to send to Spalloc, and responses received from Spalloc.
-
Uses of WhereIs in uk.ac.manchester.spinnaker.alloc.compat
Methods in uk.ac.manchester.spinnaker.alloc.compat that return WhereIsModifier and TypeMethodDescriptionprotected abstract WhereIs
V1CompatTask.whereIsJobChip
(int jobId, @uk.ac.manchester.spinnaker.machine.ValidX int x, @uk.ac.manchester.spinnaker.machine.ValidY int y) Describe where a chip is within a job.protected abstract WhereIs
V1CompatTask.whereIsMachineChip
(@NotBlank String machineName, @uk.ac.manchester.spinnaker.machine.ValidX int x, @uk.ac.manchester.spinnaker.machine.ValidY int y) Describe where a chip is within a machine.protected abstract WhereIs
V1CompatTask.whereIsMachineLogicalBoard
(@NotBlank String machineName, @uk.ac.manchester.spinnaker.machine.board.ValidTriadX int x, @uk.ac.manchester.spinnaker.machine.board.ValidTriadY int y, @uk.ac.manchester.spinnaker.machine.board.ValidTriadZ int z) Describe where a board is within a machine.protected abstract WhereIs
V1CompatTask.whereIsMachinePhysicalBoard
(String machineName, @uk.ac.manchester.spinnaker.machine.board.ValidCabinetNumber int cabinet, @uk.ac.manchester.spinnaker.machine.board.ValidFrameNumber int frame, @uk.ac.manchester.spinnaker.machine.board.ValidBoardNumber int board) Describe where a board is within a machine. -
Uses of WhereIs in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return WhereIsModifier and TypeMethodDescriptiondefault WhereIs
SpallocAPI.whereIs
(int jobID, @Valid HasChipLocation chip) Locate a chip within a job's allocation.SpallocAPI.whereIs
(int jobID, @Valid HasChipLocation chip, @Positive Integer timeout) Locate a chip within a job's allocation.default WhereIs
SpallocAPI.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.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.default WhereIs
SpallocAPI.whereIs
(@NotBlank String machine, @Valid HasChipLocation chip) Locate a chip within a machine.SpallocAPI.whereIs
(@NotBlank String machine, @Valid HasChipLocation chip, @Positive Integer timeout) Locate a chip within a machine.default WhereIs
SpallocAPI.whereIs
(@NotBlank String machine, @Valid BoardCoordinates coords) Locate a board within a machine.default WhereIs
SpallocAPI.whereIs
(@NotBlank String machine, @Valid BoardCoordinates coords, @Positive Integer timeout) Locate a board within a machine.default WhereIs
SpallocAPI.whereIs
(@NotBlank String machine, @Valid BoardPhysicalCoordinates coords) Locate a board within a machine.default WhereIs
SpallocAPI.whereIs
(@NotBlank String machine, @Valid BoardPhysicalCoordinates coords, @Positive Integer timeout) Locate a board within a machine.SpallocClient.whereIs
(int jobID, HasChipLocation chip, Integer timeout) SpallocClient.whereIs
(String machine, PhysicalCoords coords, Integer timeout) SpallocClient.whereIs
(String machine, TriadCoords coords, Integer timeout) SpallocClient.whereIs
(String machine, HasChipLocation chip, Integer timeout) -
Uses of WhereIs in uk.ac.manchester.spinnaker.spalloc.messages
Methods in uk.ac.manchester.spinnaker.spalloc.messages that return WhereIs