Uses of Class
uk.ac.manchester.spinnaker.alloc.admin.MachineDefinitionLoader.Machine
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.admin |
Administrative interfaces for spalloc server.
|
-
Uses of MachineDefinitionLoader.Machine in uk.ac.manchester.spinnaker.alloc.admin
Methods in uk.ac.manchester.spinnaker.alloc.admin that return types with arguments of type MachineDefinitionLoader.Machine Modifier and Type Method Description List<MachineDefinitionLoader.Machine>
MachineDefinitionLoader.Configuration. getMachines()
List<MachineDefinitionLoader.Machine>
MachineDefinitionLoader. readMachineDefinitions(File file)
Read a JSON-converted traditional spalloc configuration and get the machine definitions from inside.List<MachineDefinitionLoader.Machine>
MachineDefinitionLoader. readMachineDefinitions(InputStream stream)
Read a JSON-converted traditional spalloc configuration and get the machine definitions from inside.Methods in uk.ac.manchester.spinnaker.alloc.admin with parameters of type MachineDefinitionLoader.Machine Modifier and Type Method Description void
MachineDefinitionLoader. loadMachineDefinition(MachineDefinitionLoader.Machine machine)
Add the machine definition to the database.