Uses of Interface
uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.Machine
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
uk.ac.manchester.spinnaker.alloc.bmp |
The BMP control subsystem.
|
uk.ac.manchester.spinnaker.alloc.web |
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.Machine Modifier and Type Method Description SpallocAPI.Machine
SpallocAPI.SubMachine. getMachine()
Methods in uk.ac.manchester.spinnaker.alloc.allocator that return types with arguments of type SpallocAPI.Machine Modifier and Type Method Description Optional<SpallocAPI.Machine>
Spalloc. getMachine(String name, boolean allowOutOfService)
Optional<SpallocAPI.Machine>
SpallocAPI. getMachine(@NotNull String name, boolean allowOutOfService)
Get a specific machine.Map<String,SpallocAPI.Machine>
Spalloc. getMachines(boolean allowOutOfService)
Map<String,SpallocAPI.Machine>
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.Machine Modifier and Type Method Description SpiNNakerControl
SpiNNakerControl.Factory. create(SpallocAPI.Machine machine, BMPCoords coords, Map<BMPBoard,String> boardAddresses)
Create a SpiNNaker board controller.BMPTransceiverInterface
TransceiverFactory. getTransciever(SpallocAPI.Machine machineDescription, BMPCoords bmp)
T
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.Machine Constructor Description MachineResponse(SpallocAPI.Machine machine, UriInfo ui)
Create a machine response.