Uses of Class
uk.ac.manchester.spinnaker.alloc.model.PowerState
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
uk.ac.manchester.spinnaker.alloc.compat |
Spalloc v1 compatibility interface.
|
uk.ac.manchester.spinnaker.alloc.model |
Miscellaneous model classes for spalloc.
|
uk.ac.manchester.spinnaker.alloc.web |
The user-facing web interface to the new spalloc service.
|
-
Uses of PowerState in uk.ac.manchester.spinnaker.alloc.allocator
Methods in uk.ac.manchester.spinnaker.alloc.allocator that return PowerState Modifier and Type Method Description PowerState
SpallocAPI.SubMachine. getPower()
Methods in uk.ac.manchester.spinnaker.alloc.allocator with parameters of type PowerState Modifier and Type Method Description boolean
AllocatorTask. setPower(int jobId, PowerState power, JobState targetState)
boolean
PowerController. setPower(int jobId, PowerState power, JobState targetState)
Issue a power change for a job.void
SpallocAPI.SubMachine. setPower(@NotNull PowerState powerState)
Set whether this sub-machine is switched on. -
Uses of PowerState in uk.ac.manchester.spinnaker.alloc.compat
Methods in uk.ac.manchester.spinnaker.alloc.compat with parameters of type PowerState Modifier and Type Method Description protected abstract void
V1CompatTask. powerJobBoards(int jobId, PowerState switchOn)
Switch on or off a job's boards. -
Uses of PowerState in uk.ac.manchester.spinnaker.alloc.model
Methods in uk.ac.manchester.spinnaker.alloc.model that return PowerState Modifier and Type Method Description static PowerState
PowerState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PowerState[]
PowerState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PowerState in uk.ac.manchester.spinnaker.alloc.web
Methods in uk.ac.manchester.spinnaker.alloc.web that return PowerState Modifier and Type Method Description PowerState
MachinePower. getPower()
Constructors in uk.ac.manchester.spinnaker.alloc.web with parameters of type PowerState Constructor Description MachinePower(PowerState power)
Make an instance.