Uses of Class
uk.ac.manchester.spinnaker.messages.model.Blacklist
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.admin |
Administrative interfaces for spalloc server.
|
uk.ac.manchester.spinnaker.alloc.bmp |
The BMP control subsystem.
|
uk.ac.manchester.spinnaker.transceiver |
How to actually talk to a SpiNNaker machine.
|
-
Uses of Blacklist in uk.ac.manchester.spinnaker.alloc.admin
Methods in uk.ac.manchester.spinnaker.alloc.admin that return Blacklist Modifier and Type Method Description Blacklist
AdminController.BlacklistData. getParsedBlacklist()
Methods in uk.ac.manchester.spinnaker.alloc.admin that return types with arguments of type Blacklist Modifier and Type Method Description Optional<Blacklist>
MachineStateControl. pullBlacklist(int boardId, int bmpId)
Retrieve the blacklist for the given board from the board and store it in the database.Optional<Blacklist>
MachineStateControl. pushBlacklist(MachineStateControl.BoardState board)
Take the blacklist for the given board in the database and write it to the board.Optional<Blacklist>
MachineStateControl. readBlacklistFromDB(MachineStateControl.BoardState board)
Given a board, read its blacklist from the database.Optional<Blacklist>
MachineStateControl. readBlacklistFromMachine(int boardId, int bmpId)
Given a board, read its blacklist off the machine.Methods in uk.ac.manchester.spinnaker.alloc.admin with parameters of type Blacklist Modifier and Type Method Description void
MachineStateControl. writeBlacklistToDB(int boardId, @Valid Blacklist blacklist)
Given a board, write a blacklist for it to the database.void
MachineStateControl. writeBlacklistToMachine(int boardId, int bmpId, @Valid Blacklist blacklist)
Write a blacklist to a board on the machine. -
Uses of Blacklist in uk.ac.manchester.spinnaker.alloc.bmp
Methods in uk.ac.manchester.spinnaker.alloc.bmp that return Blacklist Modifier and Type Method Description Blacklist
TransceiverFactory.TestAPI. getCurrentBlacklist()
Blacklist
SpiNNakerControl. readBlacklist(BMPBoard board)
Read a blacklist from the given board.Methods in uk.ac.manchester.spinnaker.alloc.bmp that return types with arguments of type Blacklist Modifier and Type Method Description Optional<Blacklist>
BlacklistStore. readBlacklist(int boardId)
Read a blacklist from the database.Methods in uk.ac.manchester.spinnaker.alloc.bmp with parameters of type Blacklist Modifier and Type Method Description void
BlacklistStore. writeBlacklist(int boardId, Blacklist blacklist)
Save a blacklist in the database.void
SpiNNakerControl. writeBlacklist(BMPBoard board, Blacklist blacklist)
Write a blacklist to the given board.Method parameters in uk.ac.manchester.spinnaker.alloc.bmp with type arguments of type Blacklist Modifier and Type Method Description BMPTransceiverInterface
TransceiverFactory.TestAPI.TestTransceiverFactory. create(String machineName, BMPConnectionData data, ValueHolder<Blacklist> setBlacklist)
Make a test transceiver. -
Uses of Blacklist in uk.ac.manchester.spinnaker.transceiver
Methods in uk.ac.manchester.spinnaker.transceiver that return Blacklist Modifier and Type Method Description default Blacklist
BMPTransceiverInterface. readBlacklist(@Valid BMPBoard board)
Read the blacklist from a board.default Blacklist
BMPTransceiverInterface. readBlacklist(@Valid BMPCoords bmp, @Valid BMPBoard board)
Read the blacklist from a board.Methods in uk.ac.manchester.spinnaker.transceiver with parameters of type Blacklist Modifier and Type Method Description default void
BMPTransceiverInterface. writeBlacklist(@Valid BMPBoard board, @Valid Blacklist blacklist)
Write a blacklist to a board.default void
BMPTransceiverInterface. writeBlacklist(@Valid BMPCoords bmp, @Valid BMPBoard board, @Valid Blacklist blacklist)
Write a blacklist to a board.