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 TypeMethodDescriptionbooleanAllocatorTask.setPower(int jobId, PowerState power, JobState targetState) booleanPowerController.setPower(int jobId, PowerState power, JobState targetState) Issue a power change for a job.voidPerform 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 JobStateReturns 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