Uses of Class
org.pentaho.di.job.Job
Package
Description
-
Uses of Job in org.pentaho.di.base
Modifier and TypeMethodDescriptionstatic IMetaFileCache
IMetaFileCache.initialize
(Job parentJob, org.pentaho.di.core.logging.LogChannelInterface logger) Each new job/transformation should call this method once to get the instance of the cache for the currently running job. -
Uses of Job in org.pentaho.di.core.listeners
Modifier and TypeMethodDescriptionvoid
SubComponentExecutionAdapter.afterJobExecution
(Job job) void
SubComponentExecutionListener.afterJobExecution
(Job job) This method is called right after a job was executed in a parent job or transformation (Job job-entry, Job Executor step).void
SubComponentExecutionAdapter.beforeJobExecution
(Job job) void
SubComponentExecutionListener.beforeJobExecution
(Job job) This method is called right before a job is to be executed in a parent job or transformation (Job job-entry, Job Executor step). -
Uses of Job in org.pentaho.di.core.util
Modifier and TypeMethodDescriptionorg.pentaho.di.core.variables.VariableSpace
CurrentDirectoryResolver.resolveCurrentDirectory
(org.pentaho.di.core.ObjectLocationSpecificationMethod specificationMethod, org.pentaho.di.core.variables.VariableSpace parentVariables, Repository repository, Job job, String filename) -
Uses of Job in org.pentaho.di.job
Modifier and TypeFieldDescriptionJobExecutionExtension.job
protected Job
Job.parentJob
The job that's launching this (sub-) job.Modifier and TypeMethodDescriptionvoid
JobEntryListener.afterExecution
(Job job, JobEntryCopy jobEntryCopy, JobEntryInterface jobEntryInterface, org.pentaho.di.core.Result result) void
JobEntryListener.beforeExecution
(Job job, JobEntryCopy jobEntryCopy, JobEntryInterface jobEntryInterface) void
DelegationAdapter.jobDelegationStarted
(Job delegatedJob, JobExecutionConfiguration jobExecutionConfiguration) void
DelegationListener.jobDelegationStarted
(Job delegatedJob, JobExecutionConfiguration jobExecutionConfiguration) void
JobAdapter.jobFinished
(Job job) void
JobListener.jobFinished
(Job job) void
JobAdapter.jobStarted
(Job job) void
JobListener.jobStarted
(Job job) void
Job.setParentJob
(Job parentJob) Sets the parent job.ModifierConstructorDescriptionJobExecutionExtension
(Job job, org.pentaho.di.core.Result result, JobEntryCopy jobEntryCopy, boolean executeEntry) -
Uses of Job in org.pentaho.di.job.entries.eval
-
Uses of Job in org.pentaho.di.job.entries.job
ModifierConstructorDescriptionJobEntryJobRunner
(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
-
Uses of Job in org.pentaho.di.job.entry
Modifier and TypeMethodDescriptionJobEntryBase.getParentJob()
Gets the parent job.JobEntryInterface.getParentJob()
Gets the parent job.Modifier and TypeMethodDescriptionvoid
JobEntryBase.setParentJob
(Job parentJob) Sets the parent job.void
JobEntryInterface.setParentJob
(Job job) Sets the parent job. -
Uses of Job in org.pentaho.di.kitchen
Modifier and TypeMethodDescriptionKitchenCommandExecutor.loadJobFromFilesystem
(String initialDir, String filename, Serializable base64Zip) KitchenCommandExecutor.loadJobFromRepository
(Repository repository, String dirName, String jobName) Modifier and TypeMethodDescriptionprotected org.pentaho.di.core.Result
KitchenCommandExecutor.exitWithStatus
(int exitStatus, Job job) protected void
KitchenCommandExecutor.printJobParameters
(Job job) -
Uses of Job in org.pentaho.di.trans
Modifier and TypeMethodDescriptionTrans.getParentJob()
Gets the parent job, or null if there is no parent.Modifier and TypeMethodDescriptionstatic final org.pentaho.di.core.Result
Trans.getClusteredTransformationResult
(org.pentaho.di.core.logging.LogChannelInterface log, TransSplitter transSplitter, Job parentJob) Gets the clustered transformation result.static final org.pentaho.di.core.Result
Trans.getClusteredTransformationResult
(org.pentaho.di.core.logging.LogChannelInterface log, TransSplitter transSplitter, Job parentJob, boolean loggingRemoteWork) Gets the clustered transformation result.static final long
Trans.monitorClusteredTransformation
(org.pentaho.di.core.logging.LogChannelInterface log, TransSplitter transSplitter, Job parentJob) Monitors a clustered transformation every second, after all the transformations in a cluster schema are running.static final long
Trans.monitorClusteredTransformation
(org.pentaho.di.core.logging.LogChannelInterface log, TransSplitter transSplitter, Job parentJob, int sleepTimeSeconds) Monitors a clustered transformation every second, after all the transformations in a cluster schema are running.void
Trans.setParentJob
(Job parentJob) Sets the parent job for the transformation. -
Uses of Job in org.pentaho.di.trans.steps.jobexecutor
-
Uses of Job in org.pentaho.di.www
Modifier and TypeMethodDescriptionprotected Job
BaseJobServlet.createJob
(JobConfiguration jobConfiguration) Find a job using the container/carte object ID.Find the first job in the list that comes to mind!JobMap.getJob
(CarteObjectEntry entry) Modifier and TypeMethodDescriptionvoid
JobMap.addJob
(String jobName, String carteObjectId, Job job, JobConfiguration jobConfiguration) void
CarteDelegationHandler.jobDelegationStarted
(Job delegatedJob, JobExecutionConfiguration jobExecutionConfiguration) void
JobMap.registerJob
(Job job, JobConfiguration jobConfiguration) void
JobMap.replaceJob
(CarteObjectEntry entry, Job job, JobConfiguration jobConfiguration) protected void
protected void
protected void
-
Uses of Job in org.pentaho.di.www.jaxrs