Uses of Class
org.pentaho.di.trans.TransExecutionConfiguration
-
Packages that use TransExecutionConfiguration Package Description org.pentaho.di.job org.pentaho.di.trans org.pentaho.di.www -
-
Uses of TransExecutionConfiguration in org.pentaho.di.job
Methods in org.pentaho.di.job with parameters of type TransExecutionConfiguration Modifier and Type Method Description voidDelegationAdapter. transformationDelegationStarted(Trans delegatedTrans, TransExecutionConfiguration transExecutionConfiguration)voidDelegationListener. transformationDelegationStarted(Trans delegatedTrans, TransExecutionConfiguration transExecutionConfiguration) -
Uses of TransExecutionConfiguration in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return TransExecutionConfiguration Modifier and Type Method Description TransExecutionConfigurationTransConfiguration. getTransExecutionConfiguration()Methods in org.pentaho.di.trans with parameters of type TransExecutionConfiguration Modifier and Type Method Description static voidTrans. executeClustered(TransSplitter transSplitter, TransExecutionConfiguration executionConfiguration)Executes an existing TransSplitter, with the transformation already split.static TransSplitterTrans. executeClustered(TransMeta transMeta, TransExecutionConfiguration executionConfiguration)Execute the transformation in a clustered fashion.static StringTrans. sendToSlaveServer(TransMeta transMeta, TransExecutionConfiguration executionConfiguration, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)Send the transformation for execution to a Carte slave server.voidTransConfiguration. setTransExecutionConfiguration(TransExecutionConfiguration transExecutionConfiguration)Constructors in org.pentaho.di.trans with parameters of type TransExecutionConfiguration Constructor Description TransConfiguration(TransMeta transMeta, TransExecutionConfiguration transExecutionConfiguration) -
Uses of TransExecutionConfiguration in org.pentaho.di.www
Methods in org.pentaho.di.www with parameters of type TransExecutionConfiguration Modifier and Type Method Description voidCarteDelegationHandler. transformationDelegationStarted(Trans delegatedTrans, TransExecutionConfiguration transExecutionConfiguration)
-