Uses of Class
uk.ac.manchester.spinnaker.messages.model.Blacklist
Packages that use Blacklist
Package
Description
Administrative interfaces for spalloc server.
The BMP control subsystem.
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 BlacklistMethods in uk.ac.manchester.spinnaker.alloc.admin that return types with arguments of type BlacklistModifier and TypeMethodDescriptionMachineStateControl.pullBlacklist
(int boardId, int bmpId) Retrieve the blacklist for the given board from the board and store it in the database.MachineStateControl.pushBlacklist
(MachineStateControl.BoardState board) Take the blacklist for the given board in the database and write it to the board.MachineStateControl.readBlacklistFromDB
(MachineStateControl.BoardState board) Given a board, read its blacklist from the database.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 BlacklistModifier and TypeMethodDescriptionvoid
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 BlacklistModifier and TypeMethodDescriptionTransceiverFactory.TestAPI.getCurrentBlacklist()
SpiNNakerControl.readBlacklist
(BMPBoard board) Read a blacklist from the given board.SpiNNakerControlDummy.readBlacklist
(BMPBoard board) Methods in uk.ac.manchester.spinnaker.alloc.bmp that return types with arguments of type BlacklistModifier and TypeMethodDescriptionBlacklistStore.readBlacklist
(int boardId) Read a blacklist from the database.Methods in uk.ac.manchester.spinnaker.alloc.bmp with parameters of type BlacklistModifier and TypeMethodDescriptionvoid
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.void
SpiNNakerControlDummy.writeBlacklist
(BMPBoard board, Blacklist blacklist) Method parameters in uk.ac.manchester.spinnaker.alloc.bmp with type arguments of type BlacklistModifier and TypeMethodDescriptionTransceiverFactory.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 BlacklistModifier and TypeMethodDescriptiondefault 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 BlacklistModifier and TypeMethodDescriptiondefault 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.