Uses of Enum Class
uk.ac.manchester.spinnaker.alloc.model.PowerState
Packages that use PowerState
Package
Description
The core allocation system.
Spalloc v1 compatibility interface.
Miscellaneous model classes for spalloc.
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 PowerStateMethods in uk.ac.manchester.spinnaker.alloc.allocator with parameters of type PowerStateModifier and TypeMethodDescriptionboolean
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 PowerStateModifier and TypeMethodDescriptionprotected 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 PowerStateModifier and TypeMethodDescriptionstatic PowerState
Returns the enum constant of this class with the specified name.static PowerState[]
PowerState.values()
Returns an array containing the constants of this enum class, 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 PowerStateConstructors in uk.ac.manchester.spinnaker.alloc.web with parameters of type PowerState