Uses of Class
uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.CreateDescriptor
Packages that use SpallocAPI.CreateDescriptor
-
Uses of SpallocAPI.CreateDescriptor in uk.ac.manchester.spinnaker.alloc.allocator
Subclasses of SpallocAPI.CreateDescriptor in uk.ac.manchester.spinnaker.alloc.allocatorModifier and TypeClassDescriptionstatic final class
A request for a specific board.static final class
A request for a rectangle of boards.static final class
A request for a rectangle of triads rooted at a particular triad.static final class
A request for a number of boards.static class
Some requests have the locations of boards.Methods in uk.ac.manchester.spinnaker.alloc.allocator with parameters of type SpallocAPI.CreateDescriptorModifier 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.