Uses of Interface
uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.Job
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
uk.ac.manchester.spinnaker.alloc.proxy |
SpiNNaker message proxying support code.
|
-
Uses of SpallocAPI.Job in uk.ac.manchester.spinnaker.alloc.allocator
Methods in uk.ac.manchester.spinnaker.alloc.allocator that return SpallocAPI.Job Modifier and Type Method Description SpallocAPI.Job
Spalloc. createJob(String owner, SpallocAPI.CreateDescriptor descriptor, String machineName, List<String> tags, Duration keepaliveInterval, byte[] originalRequest)
SpallocAPI.Job
SpallocAPI. createJob(@NotNull String owner, @Valid SpallocAPI.CreateDescriptor descriptor, String machineName, List<String> tags, Duration keepaliveInterval, byte[] originalRequest)
Create a job for a user that is only in one group.SpallocAPI.Job
Spalloc. createJobForNMPIJob(String owner, int nmpiJobId, SpallocAPI.CreateDescriptor descriptor, String machineName, List<String> tags, Duration keepaliveInterval, byte[] originalRequest)
SpallocAPI.Job
SpallocAPI. createJobForNMPIJob(@NotNull String owner, int nmpiJobId, @Valid SpallocAPI.CreateDescriptor descriptor, String machineName, List<String> tags, Duration keepaliveInterval, byte[] originalRequest)
Create a job for interactive use in an NMPI Collab Session.SpallocAPI.Job
Spalloc. createJobInCollabSession(String owner, String nmpiCollab, SpallocAPI.CreateDescriptor descriptor, String machineName, List<String> tags, Duration keepaliveInterval, byte[] originalRequest)
SpallocAPI.Job
SpallocAPI. createJobInCollabSession(@NotNull String owner, @NotNull String nmpiCollab, @Valid SpallocAPI.CreateDescriptor descriptor, String machineName, List<String> tags, Duration keepaliveInterval, byte[] originalRequest)
Create a job for interactive use in an NMPI Collab Session.SpallocAPI.Job
Spalloc. createJobInGroup(String owner, String groupName, SpallocAPI.CreateDescriptor descriptor, String machineName, List<String> tags, Duration keepaliveInterval, byte[] req)
SpallocAPI.Job
SpallocAPI. createJobInGroup(@NotNull String owner, @NotNull String group, @Valid SpallocAPI.CreateDescriptor descriptor, String machineName, List<String> tags, Duration keepaliveInterval, byte[] originalRequest)
Create a job for a user in a specific local group.SpallocAPI.Job
SpallocAPI.BoardLocation. getJob()
What job is the board allocated to? May benull
for an unallocated board.Methods in uk.ac.manchester.spinnaker.alloc.allocator that return types with arguments of type SpallocAPI.Job Modifier and Type Method Description Optional<SpallocAPI.Job>
Spalloc. getJob(Permit permit, int id)
Optional<SpallocAPI.Job>
SpallocAPI. getJob(Permit permit, int id)
Get a specific job.List<SpallocAPI.Job>
SpallocAPI.Jobs. jobs()
-
Uses of SpallocAPI.Job in uk.ac.manchester.spinnaker.alloc.proxy
Methods in uk.ac.manchester.spinnaker.alloc.proxy with parameters of type SpallocAPI.Job Modifier and Type Method Description protected void
SpinWSHandler. closed(WebSocketSession session, ProxyCore proxy, SpallocAPI.Job job)
Connection closed.protected void
SpinWSHandler. initProxyCore(WebSocketSession session, SpallocAPI.Job job)
Connection established and job looked up.