Uses of Class
uk.ac.manchester.spinnaker.alloc.web.MachinePower
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.web |
The user-facing web interface to the new spalloc service.
|
-
Uses of MachinePower in uk.ac.manchester.spinnaker.alloc.web
Methods in uk.ac.manchester.spinnaker.alloc.web that return MachinePower Modifier and Type Method Description MachinePower
SpallocServiceAPI.JobAPI. getMachinePower()
Get the current power state of the job's sub-machine.Methods in uk.ac.manchester.spinnaker.alloc.web with parameters of type MachinePower Modifier and Type Method Description void
SpallocServiceAPI.JobAPI. setMachinePower(@NotNull @Valid MachinePower req, AsyncResponse response)
Set the power state of the job's sub-machine.