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 uk.ac.manchester.spinnaker.machine.ChipLocation
The chip location of the board's root.final uk.ac.manchester.spinnaker.machine.ChipLocation
The location of the chip.final uk.ac.manchester.spinnaker.machine.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
public final uk.ac.manchester.spinnaker.machine.ChipLocation jobChipThe location of the chip in the job using the board, ornull
/absent if none. -
chip
public final uk.ac.manchester.spinnaker.machine.ChipLocation chipThe 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
public final uk.ac.manchester.spinnaker.machine.ChipLocation boardChipThe chip location of the board's root. -
physicalBoardCoordinates
The physical (BMP+board) coordinates of the board.
-