Uses of Interface
uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.Job
Packages that use SpallocAPI.Job
Package
Description
The core allocation system.
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.JobModifier and TypeMethodDescriptionSpalloc.createJob
(String owner, SpallocAPI.CreateDescriptor descriptor, String machineName, List<String> tags, Duration keepaliveInterval, byte[] originalRequest) 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.Spalloc.createJobForNMPIJob
(String owner, int nmpiJobId, SpallocAPI.CreateDescriptor descriptor, String machineName, List<String> tags, Duration keepaliveInterval, byte[] originalRequest) 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.Spalloc.createJobInCollabSession
(String owner, String nmpiCollab, SpallocAPI.CreateDescriptor descriptor, String machineName, List<String> tags, Duration keepaliveInterval, byte[] originalRequest) 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.Spalloc.createJobInGroup
(String owner, String groupName, SpallocAPI.CreateDescriptor descriptor, String machineName, List<String> tags, Duration keepaliveInterval, byte[] req) 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.BoardLocation.getJob()
What job is the board allocated to?Methods in uk.ac.manchester.spinnaker.alloc.allocator that return types with arguments of type SpallocAPI.Job -
Uses of SpallocAPI.Job in uk.ac.manchester.spinnaker.alloc.proxy
Methods in uk.ac.manchester.spinnaker.alloc.proxy with parameters of type SpallocAPI.JobModifier and TypeMethodDescriptionprotected final void
SpinWSHandler.closed
(WebSocketSession session, ProxyCore proxy, SpallocAPI.Job job) Connection closed.protected final void
SpinWSHandler.initProxyCore
(WebSocketSession session, SpallocAPI.Job job) Connection established and job looked up.