Uses of Class
uk.ac.manchester.spinnaker.alloc.model.JobState
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
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 JobState in uk.ac.manchester.spinnaker.alloc.allocator
Methods in uk.ac.manchester.spinnaker.alloc.allocator that return JobState Modifier and Type Method Description JobState
SpallocAPI.Job. getState()
Methods in uk.ac.manchester.spinnaker.alloc.allocator with parameters of type JobState 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
AllocatorTask. updateJob(int jobId, JobState sourceState, JobState targetState)
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 JobState Modifier and Type Method Description JobState
JobDescription. getState()
JobState
JobListEntryRecord. getState()
static JobState
JobState. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobState[]
JobState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JobState in uk.ac.manchester.spinnaker.alloc.web
Methods in uk.ac.manchester.spinnaker.alloc.web that return JobState Modifier and Type Method Description JobState
JobStateResponse. getState()