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 BoardCoords
DownLink.End.board
On 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 TypeMethodDescriptionvoid
JobDescription.setBoards
(List<BoardCoords> boards) void
JobListEntryRecord.setBoards
(List<BoardCoords> boards) void
MachineDescription.JobInfo.setBoards
(List<BoardCoords> boards) void
MachineDescription.JobInfo.setBoards
(MappableIterable<BoardCoords> boards) void
MachineDescription.setDead
(List<BoardCoords> dead) void
MachineDescription.setDead
(MappableIterable<BoardCoords> dead) void
MachineDescription.setLive
(List<BoardCoords> live) void
MachineDescription.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.deadBoards
The dead boards on the machine.final List<BoardCoords>
MachineResponse.downBoards
The boards of the machine marked as down.