Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.WhereIs
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.compat |
Spalloc v1 compatibility interface.
|
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 WhereIs in uk.ac.manchester.spinnaker.alloc.compat
Methods in uk.ac.manchester.spinnaker.alloc.compat that return WhereIs Modifier and Type Method Description protected 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 WhereIs Modifier and Type Method Description default WhereIs
SpallocAPI. whereIs(int jobID, @Valid HasChipLocation chip)
Locate a chip within a job's allocation.WhereIs
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.WhereIs
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.WhereIs
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.WhereIs
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.WhereIs
SpallocClient. whereIs(int jobID, HasChipLocation chip, Integer timeout)
WhereIs
SpallocClient. whereIs(String machine, PhysicalCoords coords, Integer timeout)
WhereIs
SpallocClient. whereIs(String machine, TriadCoords coords, Integer timeout)
WhereIs
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 Modifier and Type Method Description WhereIs
WhereIs.Builder. build()
Build an instance of the immutableWhereIs
.