Uses of Interface
org.pentaho.di.core.ExecutorInterface
-
Packages that use ExecutorInterface Package Description org.pentaho.di.core org.pentaho.di.job org.pentaho.di.trans -
-
Uses of ExecutorInterface in org.pentaho.di.core
Methods in org.pentaho.di.core with parameters of type ExecutorInterface Modifier and Type Method Description static voidKettleEnvironment. setExecutionInformation(ExecutorInterface executor, Repository repository)Sets the executor's user and Server information -
Uses of ExecutorInterface in org.pentaho.di.job
Classes in org.pentaho.di.job that implement ExecutorInterface Modifier and Type Class Description classJobThis class executes a job as defined by a JobMeta object. -
Uses of ExecutorInterface in org.pentaho.di.trans
Classes in org.pentaho.di.trans that implement ExecutorInterface Modifier and Type Class Description classTransThis class represents the information and operations associated with the concept of a Transformation.
-