Uses of Class
uk.ac.manchester.spinnaker.alloc.model.BoardCoords
Packages that use BoardCoords
Package
Description
The core allocation system.
Miscellaneous model classes for spalloc.
The user-facing web interface to the new spalloc service.
-
Uses of BoardCoords in uk.ac.manchester.spinnaker.alloc.allocator
Methods in uk.ac.manchester.spinnaker.alloc.allocator that return types with arguments of type BoardCoordsModifier and TypeMethodDescriptionSpallocAPI.Machine.getDeadBoards()The IDs of boards marked as dead or otherwise taken out of service. -
Uses of BoardCoords in uk.ac.manchester.spinnaker.alloc.model
Fields in uk.ac.manchester.spinnaker.alloc.model declared as BoardCoordsModifier and TypeFieldDescriptionfinal @Valid BoardCoordsDownLink.End.boardOn what board is this end of the link.Methods in uk.ac.manchester.spinnaker.alloc.model that return types with arguments of type BoardCoordsModifier and TypeMethodDescriptionJobDescription.getBoards()JobListEntryRecord.getBoards()MachineDescription.JobInfo.getBoards()MachineDescription.getDead()MachineDescription.getLive()Method parameters in uk.ac.manchester.spinnaker.alloc.model with type arguments of type BoardCoordsModifier and TypeMethodDescriptionvoidJobDescription.setBoards(List<BoardCoords> boards) voidJobListEntryRecord.setBoards(List<BoardCoords> boards) voidMachineDescription.JobInfo.setBoards(List<BoardCoords> boards) voidMachineDescription.JobInfo.setBoards(MappableIterable<BoardCoords> boards) voidMachineDescription.setDead(List<BoardCoords> dead) voidMachineDescription.setDead(MappableIterable<BoardCoords> dead) voidMachineDescription.setLive(List<BoardCoords> live) voidMachineDescription.setLive(MappableIterable<BoardCoords> live) Constructors in uk.ac.manchester.spinnaker.alloc.model with parameters of type BoardCoordsModifierConstructorDescriptionDownLink(BoardCoords board1, Direction dir1, BoardCoords board2, Direction dir2) Create a down link description. -
Uses of BoardCoords in uk.ac.manchester.spinnaker.alloc.web
Fields in uk.ac.manchester.spinnaker.alloc.web with type parameters of type BoardCoordsModifier and TypeFieldDescriptionfinal List<BoardCoords>MachinesResponse.BriefMachineDescription.deadBoardsThe dead boards on the machine.final List<BoardCoords>MachineResponse.downBoardsThe boards of the machine marked as down.