Uses of Class
uk.ac.manchester.spinnaker.alloc.model.BoardCoords
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
uk.ac.manchester.spinnaker.alloc.model |
Miscellaneous model classes for spalloc.
|
uk.ac.manchester.spinnaker.alloc.web |
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 BoardCoords Modifier and Type Method Description List<BoardCoords>
SpallocAPI.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 BoardCoords Modifier and Type Field Description @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 BoardCoords Modifier and Type Method Description List<BoardCoords>
JobDescription. getBoards()
List<BoardCoords>
JobListEntryRecord. getBoards()
List<BoardCoords>
MachineDescription.JobInfo. getBoards()
List<BoardCoords>
MachineDescription. getDead()
List<BoardCoords>
MachineDescription. getLive()
Method parameters in uk.ac.manchester.spinnaker.alloc.model with type arguments of type BoardCoords Modifier and Type Method Description void
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 BoardCoords Constructor Description DownLink(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 BoardCoords Modifier and Type Field Description List<BoardCoords>
MachinesResponse.BriefMachineDescription. deadBoards
The dead boards on the machine.List<BoardCoords>
MachineResponse. downBoards
The boards of the machine marked as down.