Uses of Class
org.pentaho.di.trans.TransExecutionConfiguration
Packages that use TransExecutionConfiguration
-
Uses of TransExecutionConfiguration in org.pentaho.di.job
Methods in org.pentaho.di.job with parameters of type TransExecutionConfigurationModifier and TypeMethodDescriptionvoid
DelegationAdapter.transformationDelegationStarted
(Trans delegatedTrans, TransExecutionConfiguration transExecutionConfiguration) void
DelegationListener.transformationDelegationStarted
(Trans delegatedTrans, TransExecutionConfiguration transExecutionConfiguration) -
Uses of TransExecutionConfiguration in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return TransExecutionConfigurationMethods in org.pentaho.di.trans with parameters of type TransExecutionConfigurationModifier and TypeMethodDescriptionstatic void
Trans.executeClustered
(TransSplitter transSplitter, TransExecutionConfiguration executionConfiguration) Executes an existing TransSplitter, with the transformation already split.static TransSplitter
Trans.executeClustered
(TransMeta transMeta, TransExecutionConfiguration executionConfiguration) Execute the transformation in a clustered fashion.static String
Trans.sendToSlaveServer
(TransMeta transMeta, TransExecutionConfiguration executionConfiguration, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Send the transformation for execution to a Carte slave server.void
TransConfiguration.setTransExecutionConfiguration
(TransExecutionConfiguration transExecutionConfiguration) Constructors in org.pentaho.di.trans with parameters of type TransExecutionConfigurationModifierConstructorDescriptionTransConfiguration
(TransMeta transMeta, TransExecutionConfiguration transExecutionConfiguration) -
Uses of TransExecutionConfiguration in org.pentaho.di.www
Methods in org.pentaho.di.www with parameters of type TransExecutionConfigurationModifier and TypeMethodDescriptionvoid
CarteDelegationHandler.transformationDelegationStarted
(Trans delegatedTrans, TransExecutionConfiguration transExecutionConfiguration)