Class WhereIsResponse
java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.WhereIsResponse
Describes the result of a where-is style request.
- Author:
- Donal Fellows
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ChipLocationThe chip location of the board's root.final ChipLocationThe location of the chip.final ChipLocationThe location of the chip in the job using the board, ornull/absent if none.final IntegerThe ID of the job using the board, ornull/absent if none.final URIThe URI to the job using the board, ornull/absent if none.final BoardCoordinatesThe logical (triad) coordinates of the board.final StringThe name of the machine.final URIThe URI to the machine.final BoardPhysicalCoordinatesThe physical (BMP+board) coordinates of the board. -
Method Summary
-
Field Details
-
jobId
The ID of the job using the board, ornull/absent if none. -
jobRef
The URI to the job using the board, ornull/absent if none. -
jobChip
The location of the chip in the job using the board, ornull/absent if none. -
chip
The location of the chip. -
logicalBoardCoordinates
The logical (triad) coordinates of the board. -
machine
The name of the machine. -
machineRef
The URI to the machine. -
boardChip
The chip location of the board's root. -
physicalBoardCoordinates
The physical (BMP+board) coordinates of the board.
-