Uses of Enum Class
uk.ac.manchester.spinnaker.alloc.model.JobState
Packages that use JobState
Package
Description
The core allocation system.
Miscellaneous model classes for spalloc.
The user-facing web interface to the new spalloc service.
-
Uses of JobState in uk.ac.manchester.spinnaker.alloc.allocator
Methods in uk.ac.manchester.spinnaker.alloc.allocator that return JobStateMethods in uk.ac.manchester.spinnaker.alloc.allocator with parameters of type JobStateModifier 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
Perform update on a job now as a result of a change. -
Uses of JobState in uk.ac.manchester.spinnaker.alloc.model
Methods in uk.ac.manchester.spinnaker.alloc.model that return JobStateModifier and TypeMethodDescriptionJobDescription.getState()
JobListEntryRecord.getState()
static JobState
Returns the enum constant of this class with the specified name.static JobState[]
JobState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in uk.ac.manchester.spinnaker.alloc.model with parameters of type JobState -
Uses of JobState in uk.ac.manchester.spinnaker.alloc.web
Methods in uk.ac.manchester.spinnaker.alloc.web that return JobState