Uses of Class
uk.ac.manchester.spinnaker.alloc.admin.MachineDefinitionLoader.Machine
Packages that use MachineDefinitionLoader.Machine
Package
Description
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.MachineModifier and TypeMethodDescriptionMachineDefinitionLoader.Configuration.getMachines()MachineDefinitionLoader.readMachineDefinitions(File file) Read a JSON-converted traditional spalloc configuration and get the machine definitions from inside.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.MachineModifier and TypeMethodDescriptionvoidMachineDefinitionLoader.loadMachineDefinition(MachineDefinitionLoader.Machine machine) Add the machine definition to the database.