Uses of Class
uk.ac.manchester.spinnaker.alloc.security.Permit
Packages that use Permit
Package
Description
The core allocation system.
The user-facing web interface to the new spalloc service.
-
Uses of Permit in uk.ac.manchester.spinnaker.alloc.allocator
Methods in uk.ac.manchester.spinnaker.alloc.allocator with parameters of type PermitModifier and TypeMethodDescriptionGet a specific job.Spalloc.getJobInfo
(Permit permit, int id) SpallocAPI.getJobInfo
(Permit permit, int id) Get a specific job.Spalloc.getMachineInfo
(String machine, boolean allowOutOfService, Permit permit) SpallocAPI.getMachineInfo
(@NotNull String machine, boolean allowOutOfService, Permit permit) Get info about a specific machine.List the active jobs.SpallocAPI.Job.reportIssue
(IssueReportRequest reqBody, Permit permit) Report an issue with some boards in the job.void
Spalloc.reportProblem
(String address, HasChipLocation coreLocation, String description, Permit permit) void
SpallocAPI.reportProblem
(@IPAddress String address, HasChipLocation coreLocation, String description, Permit permit) Tells the service that there may be a problem with a board at a particular address. -
Uses of Permit in uk.ac.manchester.spinnaker.alloc.web
Methods in uk.ac.manchester.spinnaker.alloc.web with parameters of type PermitModifier and TypeMethodDescriptionprotected void
BackgroundSupport.bgAction
(jakarta.ws.rs.container.AsyncResponse response, Permit permit, BackgroundSupport.BackgroundAction action) Run the action in the background and wrap it into the response when it completes.