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 ChipLocation
The chip location of the board's root.final ChipLocation
The location of the chip.final ChipLocation
The location of the chip in the job using the board, ornull
/absent if none.final Integer
The ID of the job using the board, ornull
/absent if none.final URI
The URI to the job using the board, ornull
/absent if none.final BoardCoordinates
The logical (triad) coordinates of the board.final String
The name of the machine.final URI
The URI to the machine.final BoardPhysicalCoordinates
The 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.
-