A B C D E F G H I J L M N O P Q R S T U V W X

Q

QueuedBasicUWS<J extends AbstractJob> - Class in uws.service
A BasicUWS which is able to manage an execution queue.
QueuedBasicUWS(Class<J>, int) - Constructor for class uws.service.QueuedBasicUWS
Builds a QueuedBasicUWS.
QueuedBasicUWS(Class<J>, int, String) - Constructor for class uws.service.QueuedBasicUWS
Builds a QueuedBasicUWS.
QueuedBasicUWS(Class<J>, int, UWSUrl) - Constructor for class uws.service.QueuedBasicUWS
Builds a QueuedBasicUWS.
QueuedExecutionManager - Class in uws.job.manager
Implementation of the interface ExecutionManager which lets managing an execution queue in function of a maximum number of running jobs: if there are more running jobs than a given number, the jobs to execute are put in the queue until a running job stops.
QueuedExecutionManager() - Constructor for class uws.job.manager.QueuedExecutionManager
Builds an execution manager without queue.
QueuedExecutionManager(int) - Constructor for class uws.job.manager.QueuedExecutionManager
Builds an execution manager with a queue.
QueuedExtendedUWS - Class in uws.service
A ExtendedUWS which is able to manage an execution queue.
QueuedExtendedUWS(int) - Constructor for class uws.service.QueuedExtendedUWS
Builds a QueuedExtendedUWS.
QueuedExtendedUWS(int, String) - Constructor for class uws.service.QueuedExtendedUWS
Builds a QueuedExtendedUWS with its base URI.
QueuedExtendedUWS(int, UWSUrl) - Constructor for class uws.service.QueuedExtendedUWS
Builds a QueuedExtendedUWS with the UWS URL interpreter to use.
queuedJobs - Variable in class uws.job.manager.QueuedExecutionManager
List of queued jobs.
QUOTE_NOT_KNOWN - Static variable in class uws.job.AbstractJob
The quote value that indicates the quote of this job is not known.

A B C D E F G H I J L M N O P Q R S T U V W X