Uses of Interface
uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.Machine
Packages that use SpallocAPI.Machine
Package
Description
The core allocation system.
The BMP control subsystem.
The user-facing web interface to the new spalloc service.
-
Uses of SpallocAPI.Machine in uk.ac.manchester.spinnaker.alloc.allocator
Methods in uk.ac.manchester.spinnaker.alloc.allocator that return SpallocAPI.MachineMethods in uk.ac.manchester.spinnaker.alloc.allocator that return types with arguments of type SpallocAPI.MachineModifier and TypeMethodDescriptionSpalloc.getMachine(String name, boolean allowOutOfService) SpallocAPI.getMachine(@NotNull String name, boolean allowOutOfService) Get a specific machine.Spalloc.getMachines(boolean allowOutOfService) SpallocAPI.getMachines(boolean allowOutOfService) List the machines. -
Uses of SpallocAPI.Machine in uk.ac.manchester.spinnaker.alloc.bmp
Methods in uk.ac.manchester.spinnaker.alloc.bmp with parameters of type SpallocAPI.MachineModifier and TypeMethodDescriptionSpiNNakerControl.Factory.create(SpallocAPI.Machine machine, BMPCoords coords, Map<BMPBoard, String> boardAddresses) Create a SpiNNaker board controller.TransceiverFactory.getTransciever(SpallocAPI.Machine machineDescription, BMPCoords bmp) TransceiverFactoryAPI.getTransciever(SpallocAPI.Machine machineDescription, BMPCoords bmp) Get the transceiver for talking to a given machine's BMPs. -
Uses of SpallocAPI.Machine in uk.ac.manchester.spinnaker.alloc.web
Constructors in uk.ac.manchester.spinnaker.alloc.web with parameters of type SpallocAPI.MachineModifierConstructorDescriptionMachineResponse(SpallocAPI.Machine machine, jakarta.ws.rs.core.UriInfo ui) Create a machine response.