| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Job | |
|---|---|
| org.pentaho.di.job | This package contains the different elements that make up a Job. | 
| org.pentaho.di.job.entries.eval | |
| org.pentaho.di.job.entries.job | |
| org.pentaho.di.job.entries.zipfile | |
| org.pentaho.di.job.entry | |
| org.pentaho.di.trans | This package contains the classes needed to define and execute transformations. | 
| org.pentaho.di.www | |
| Uses of Job in org.pentaho.di.job | 
|---|
| Methods in org.pentaho.di.job that return Job | |
|---|---|
static Job | 
Job.createJobWithNewClassLoader()
 | 
 Job | 
Job.getParentJob()
 | 
| Methods in org.pentaho.di.job with parameters of type Job | |
|---|---|
 void | 
JobEntryListener.afterExecution(Job job,
               JobEntryCopy jobEntryCopy,
               JobEntryInterface jobEntryInterface,
               org.pentaho.di.core.Result result)
 | 
 void | 
JobEntryListener.beforeExecution(Job job,
                JobEntryCopy jobEntryCopy,
                JobEntryInterface jobEntryInterface)
 | 
 void | 
JobListener.jobFinished(Job job)
 | 
 void | 
Job.setParentJob(Job parentJob)
 | 
| Uses of Job in org.pentaho.di.job.entries.eval | 
|---|
| Methods in org.pentaho.di.job.entries.eval with parameters of type Job | |
|---|---|
 boolean | 
JobEntryEval.evaluate(org.pentaho.di.core.Result result,
         Job parentJob,
         org.pentaho.di.core.Result prev_result)
Evaluate the result of the execution of previous job entry.  | 
| Uses of Job in org.pentaho.di.job.entries.job | 
|---|
| Methods in org.pentaho.di.job.entries.job that return Job | |
|---|---|
 Job | 
JobEntryJob.getJob()
 | 
 Job | 
JobEntryJobRunner.getJob()
 | 
| Methods in org.pentaho.di.job.entries.job with parameters of type Job | |
|---|---|
 void | 
JobEntryJobRunner.setJob(Job job)
 | 
| Constructors in org.pentaho.di.job.entries.job with parameters of type Job | |
|---|---|
JobEntryJobRunner(Job job,
                  org.pentaho.di.core.Result result,
                  int entryNr,
                  org.pentaho.di.core.logging.LogChannelInterface log)
 | 
|
| Uses of Job in org.pentaho.di.job.entries.zipfile | 
|---|
| Methods in org.pentaho.di.job.entries.zipfile with parameters of type Job | |
|---|---|
 boolean | 
JobEntryZipFile.processRowFile(Job parentJob,
               org.pentaho.di.core.Result result,
               String realZipfilename,
               String realWildcard,
               String realWildcardExclude,
               String realSourceDirectoryOrFile,
               String realMovetodirectory,
               boolean createparentfolder)
 | 
| Uses of Job in org.pentaho.di.job.entry | 
|---|
| Methods in org.pentaho.di.job.entry that return Job | |
|---|---|
 Job | 
JobEntryBase.getParentJob()
 | 
 Job | 
JobEntryInterface.getParentJob()
 | 
| Methods in org.pentaho.di.job.entry with parameters of type Job | |
|---|---|
 void | 
JobEntryBase.setParentJob(Job parentJob)
 | 
 void | 
JobEntryInterface.setParentJob(Job job)
 | 
| Uses of Job in org.pentaho.di.trans | 
|---|
| Methods in org.pentaho.di.trans that return Job | |
|---|---|
 Job | 
Trans.getParentJob()
 | 
| Methods in org.pentaho.di.trans with parameters of type Job | |
|---|---|
static org.pentaho.di.core.Result | 
Trans.getClusteredTransformationResult(org.pentaho.di.core.logging.LogChannelInterface log,
                                 TransSplitter transSplitter,
                                 Job parentJob)
 | 
static long | 
Trans.monitorClusteredTransformation(org.pentaho.di.core.logging.LogChannelInterface log,
                               TransSplitter transSplitter,
                               Job parentJob)
Consider that all the transformations in a cluster schema are running now... Now we should verify that they are all running as they should. If a transformation has an error, we should kill them all.. This should happen in a separate thread to prevent blocking of the UI. When the master and slave transformations have all finished, we should also run a cleanup on those transformations to release sockets, etc.  | 
static long | 
Trans.monitorClusteredTransformation(org.pentaho.di.core.logging.LogChannelInterface log,
                               TransSplitter transSplitter,
                               Job parentJob,
                               int sleepTimeSeconds)
Consider that all the transformations in a cluster schema are running now... Now we should verify that they are all running as they should. If a transformation has an error, we should kill them all.. This should happen in a separate thread to prevent blocking of the UI. When the master and slave transformations have all finished, we should also run a cleanup on those transformations to release sockets, etc.  | 
 void | 
Trans.setParentJob(Job parentJob)
 | 
| Uses of Job in org.pentaho.di.www | 
|---|
| Methods in org.pentaho.di.www that return Job | |
|---|---|
 Job | 
JobMap.getJob(CarteObjectEntry entry)
 | 
 Job | 
JobMap.getJob(String jobName)
Find the first job in the list that comes to mind!  | 
| Methods in org.pentaho.di.www with parameters of type Job | |
|---|---|
 void | 
JobMap.addJob(String jobName,
       String carteObjectId,
       Job job,
       JobConfiguration jobConfiguration)
 | 
 void | 
JobMap.replaceJob(CarteObjectEntry entry,
           Job job,
           JobConfiguration jobConfiguration)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||