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 TypeMethodDescriptionvoidDelegationAdapter.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 TransExecutionConfigurationMethods in org.pentaho.di.trans with parameters of type TransExecutionConfigurationModifier and TypeMethodDescriptionstatic 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 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 TypeMethodDescriptionvoidCarteDelegationHandler.transformationDelegationStarted(Trans delegatedTrans, TransExecutionConfiguration transExecutionConfiguration)