Uses of Class
uk.ac.manchester.spinnaker.alloc.security.Permit
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
uk.ac.manchester.spinnaker.alloc.web |
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 Permit 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.Optional<JobDescription>
Spalloc. getJobInfo(Permit permit, int id)
Optional<JobDescription>
SpallocAPI. getJobInfo(Permit permit, int id)
Get a specific job.Optional<MachineDescription>
Spalloc. getMachineInfo(String machine, boolean allowOutOfService, Permit permit)
Optional<MachineDescription>
SpallocAPI. getMachineInfo(@NotNull String machine, boolean allowOutOfService, Permit permit)
Get info about a specific machine.List<JobListEntryRecord>
Spalloc. listJobs(Permit permit)
List<JobListEntryRecord>
SpallocAPI. listJobs(Permit permit)
List the active jobs.String
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 Permit Modifier and Type Method Description protected void
BackgroundSupport. bgAction(AsyncResponse response, Permit permit, BackgroundSupport.BackgroundAction action)
Run the action in the background and wrap it into the response when it completes.