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 org.pentaho.di.trans.ael.websocket -
-
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 void
KettleEnvironment. 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 class
Job
This 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 class
Trans
This class represents the information and operations associated with the concept of a Transformation. -
Uses of ExecutorInterface in org.pentaho.di.trans.ael.websocket
Classes in org.pentaho.di.trans.ael.websocket that implement ExecutorInterface Modifier and Type Class Description class
TransWebSocketEngineAdapter
Created by fcamara on 8/17/17.
-