Uses of Class
uk.ac.manchester.spinnaker.spalloc.messages.WhereIs
Package | Description |
---|---|
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.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
.