|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GenericJob in org.gcube.application.enm.service |
|---|
| Methods in org.gcube.application.enm.service that return GenericJob | |
|---|---|
GenericJob |
PluginLoader.getNewJobInstance(UUID uuid,
org.gcube.application.enm.common.xml.request.ExperimentRequest request,
org.gcube.application.enm.common.xml.status.ExperimentStatus status,
org.gcube.application.enm.common.xml.results.ExperimentResults results,
org.gcube.application.enm.common.xml.logs.ExperimentLogs logs,
String pluginName)
|
GenericJob |
PluginLoader.getNewJobInstance(UUID uuid,
org.gcube.application.enm.common.xml.request.ExperimentRequest request,
String pluginName)
|
| Methods in org.gcube.application.enm.service with parameters of type GenericJob | |
|---|---|
int |
GenericJob.compareTo(GenericJob other)
|
| Uses of GenericJob in org.gcube.application.enm.service.concurrent |
|---|
| Methods in org.gcube.application.enm.service.concurrent that return GenericJob | |
|---|---|
GenericJob |
JobMonitorBlocking.getJob(UUID uuid)
Deprecated. Returns the job to which the specified uuid is mapped, or
null if this map contains no mapping for the
uuid. |
GenericJob |
JobMonitor.getJob(UUID uuid)
Returns the job to which the specified uuid is mapped, or
null if this map contains no mapping for the
uuid. |
GenericJob |
JobMonitorBlocking.nextPendingJob()
Deprecated. Retrieves the next job from the queue, waiting if necessary until a job becomes available. |
GenericJob |
JobMonitor.nextPendingJob()
Retrieves the next job from the queue, waiting if necessary until a job becomes available. |
| Methods in org.gcube.application.enm.service.concurrent with parameters of type GenericJob | |
|---|---|
void |
JobMonitorBlocking.registerNewJob(GenericJob job)
Deprecated. Register a new job. |
boolean |
JobMonitor.registerNewJob(GenericJob job)
Register a new job. |
void |
JobMonitorBlocking.schedulePendingJob(GenericJob job)
Deprecated. Inserts the specified job into the priority queue. |
void |
JobMonitor.schedulePendingJob(GenericJob job)
Inserts the specified job into the priority queue. |
void |
JobExecutionPool.submit(GenericJob job)
|
void |
JobMonitor.updateJob(GenericJob job,
JobUpdate updates)
Call this method any time that a job receives an update. |
| Method parameters in org.gcube.application.enm.service.concurrent with type arguments of type GenericJob | |
|---|---|
void |
JobMonitorBlocking.init(ConcurrentMap<UUID,GenericJob> jobsMap)
Deprecated. |
void |
JobMonitor.init(ConcurrentMap<UUID,GenericJob> jobsMap)
Initializes the job monitor, scheduling the execution of those jobs with the status pending. |
| Uses of GenericJob in org.gcube.application.enm.service.conn |
|---|
| Methods in org.gcube.application.enm.service.conn that return GenericJob | |
|---|---|
GenericJob |
PersistenceClient.read(String credentials,
UUID experimentId)
|
| Methods in org.gcube.application.enm.service.conn with parameters of type GenericJob | |
|---|---|
void |
PersistenceClient.delete(GenericJob job)
|
void |
PersistenceClient.write(GenericJob job)
|
void |
PersistenceClient.write(GenericJob job,
JobUpdate updates)
|
| Method parameters in org.gcube.application.enm.service.conn with type arguments of type GenericJob | |
|---|---|
void |
PersistenceClient.loadJobs(ConcurrentMap<UUID,GenericJob> jobsMap)
|
void |
PersistenceClient.loadJobs(ConcurrentMap<UUID,GenericJob> jobsMap,
boolean pending)
|
| Uses of GenericJob in org.gcube.application.enm.service.plugins.comps |
|---|
| Subclasses of GenericJob in org.gcube.application.enm.service.plugins.comps | |
|---|---|
class |
COMPSsJob
Extends the GenericJob for the COMPSs provider. |
| Uses of GenericJob in org.gcube.application.enm.service.plugins.omws |
|---|
| Subclasses of GenericJob in org.gcube.application.enm.service.plugins.omws | |
|---|---|
class |
OMWSJob
Defines an OMWS-based job. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||