Uses of Interface
uk.ac.manchester.spinnaker.nmpi.model.QueueNextResponse
Package | Description |
---|---|
uk.ac.manchester.spinnaker.nmpi.model |
Model bits and pieces.
|
uk.ac.manchester.spinnaker.nmpi.rest |
The REST interface.
|
-
Uses of QueueNextResponse in uk.ac.manchester.spinnaker.nmpi.model
Classes in uk.ac.manchester.spinnaker.nmpi.model that implement QueueNextResponse Modifier and Type Class Description class
QueueEmpty
A message indicating that the queue is empty.class
QueueJob
A Job that is a response from the queue.class
QueueJobCompat
A Job that is a response from the queue. -
Uses of QueueNextResponse in uk.ac.manchester.spinnaker.nmpi.rest
Methods in uk.ac.manchester.spinnaker.nmpi.rest that return QueueNextResponse Modifier and Type Method Description QueueNextResponse
NMPIQueue. getNextJob(String apiKey, String hardware)
Get the next queue item for a specific hardware system.QueueNextResponse
NMPIQueueCompat. getNextJob(String authHeader, String hardware)
Get the next queue item for a specific hardware system.