| Package | Description |
|---|---|
| org.appops.job |
| Modifier and Type | Class and Description |
|---|---|
class |
JobPipeline
A
JobStage list that describes the jobs configuration. |
| Modifier and Type | Method and Description |
|---|---|
JobStage |
JobPipelineQueue.getNextPipelineJobStage(java.lang.String guid)
It returns the
JobStage of given guid. |
JobStage |
JobPipeline.popFirstJobStage()
It returns the first
JobStage from JobPipeline. |
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedList<JobStage> |
JobPipeline.getJobStageList()
LinkedList of JobStage. |
| Modifier and Type | Method and Description |
|---|---|
org.appops.core.job.token.JobToken |
JobStageConverter.convertJobStageToJobToken(JobStage jobStage)
Converts
JobStage to JobToken. |
boolean |
JobPipeline.jobEntry(JobStage jobStage)
Add Job stage into job pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobPipelineQueue.addJobStages(java.lang.String jobPipelineKey,
java.util.LinkedList<JobStage> jobStage)
Adds the list of
JobStage against given job pipeline key. |
void |
JobPipeline.setJobStageList(java.util.LinkedList<JobStage> jobStageList)
Setter for the field
jobStageList. |
Copyright © 2021. All rights reserved.