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.voidSpalloc.reportProblem(String address, uk.ac.manchester.spinnaker.machine.HasChipLocation coreLocation, String description, Permit permit) voidSpallocAPI.reportProblem(@IPAddress String address, uk.ac.manchester.spinnaker.machine.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 voidBackgroundSupport.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.