Class WhereIsResponse

java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.WhereIsResponse

public class WhereIsResponse
extends Object
Describes the result of a where-is style request.
Author:
Donal Fellows
  • Field Details

    • jobId

      public final Integer jobId
      The ID of the job using the board, or null/absent if none.
    • jobRef

      public final URI jobRef
      The URI to the job using the board, or null/absent if none.
    • jobChip

      public final uk.ac.manchester.spinnaker.machine.ChipLocation jobChip
      The location of the chip in the job using the board, or null/absent if none.
    • chip

      public final uk.ac.manchester.spinnaker.machine.ChipLocation chip
      The location of the chip.
    • logicalBoardCoordinates

      public final BoardCoordinates logicalBoardCoordinates
      The logical (triad) coordinates of the board.
    • machine

      public final String machine
      The name of the machine.
    • machineRef

      public final URI machineRef
      The URI to the machine.
    • boardChip

      public final uk.ac.manchester.spinnaker.machine.ChipLocation boardChip
      The chip location of the board's root.
    • physicalBoardCoordinates

      public final BoardPhysicalCoordinates physicalBoardCoordinates
      The physical (BMP+board) coordinates of the board.