Interface SpallocAPI.Jobs
- All Superinterfaces:
- SpallocAPI.Waitable
- Enclosing interface:
- SpallocAPI
Describes a list of jobs known to the allocator.
- Author:
- Donal Fellows
- 
Method SummaryMethods inherited from interface uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.WaitablewaitForChange
- 
Method Details- 
ids- Returns:
- The job IDs.
 
- 
jobsList<SpallocAPI.Job> jobs()- Returns:
- The jobs. Simplified view only. (No keepalive host or owner information.)
 
- 
getChanged- Parameters:
- duration- How long to wait for a change.
- Returns:
- The set of jobs that have changed.
 
 
-