Class WhereIsJobChipCommand
java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.Command<Integer>
uk.ac.manchester.spinnaker.spalloc.messages.WhereIsJobChipCommand
Request to get the location of a chip in a job's allocation relative to a
machine.
-
Constructor Summary
ConstructorsConstructorDescriptionWhereIsJobChipCommand
(int jobId, HasChipLocation chip) Create a request to locate a chip within a job's allocation. -
Method Summary
-
Constructor Details
-
WhereIsJobChipCommand
Create a request to locate a chip within a job's allocation.- Parameters:
jobId
- The job to request about.chip
- The coordinates of the chip to ask about.
-