Uses of Class
org.pentaho.di.trans.TransExecutionConfiguration
Packages that use TransExecutionConfiguration
Package
Description
-
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.pan
Methods in org.pentaho.di.pan that return TransExecutionConfigurationModifier and TypeMethodDescriptionprotected TransExecutionConfigurationPanCommandExecutor.createExecutionConfigurationFromParams(Params params) Create execution configuration from command-line parameters. -
Uses of TransExecutionConfiguration in org.pentaho.di.pan.delegates
Methods in org.pentaho.di.pan.delegates that return TransExecutionConfigurationModifier and TypeMethodDescriptionPanTransformationDelegate.createDefaultExecutionConfiguration()Create a default execution configuration for command-line execution.Methods in org.pentaho.di.pan.delegates with parameters of type TransExecutionConfigurationModifier and TypeMethodDescriptionorg.pentaho.di.core.ResultPanTransformationDelegate.executeTransformation(Trans trans, TransExecutionConfiguration executionConfiguration, String[] arguments) Execute a transformation with the specified configuration. -
Uses of TransExecutionConfiguration in org.pentaho.di.pan.executors
Methods in org.pentaho.di.pan.executors with parameters of type TransExecutionConfigurationModifier and TypeMethodDescriptionorg.pentaho.di.core.ResultClusteredTransExecutorService.execute(org.pentaho.di.core.logging.LogChannelInterface extLog, TransMeta transMeta, Repository repository, TransExecutionConfiguration executionConfiguration, String[] arguments) Executes a transformation in clustered mode.org.pentaho.di.core.ResultLocalTransExecutorService.execute(org.pentaho.di.core.logging.LogChannelInterface log, TransMeta transMeta, Repository repository, TransExecutionConfiguration executionConfiguration, String[] arguments) Executes a transformation locally.protected org.pentaho.di.core.ResultLocalTransExecutorService.execute(Trans trans, Repository repository, TransExecutionConfiguration executionConfiguration, String[] arguments) Executes a transformation locally.org.pentaho.di.core.ResultRemoteTransExecutorService.execute(org.pentaho.di.core.logging.LogChannelInterface log, TransMeta transMeta, Repository repository, TransExecutionConfiguration executionConfiguration, String[] arguments) Executes a transformation on a remote server.org.pentaho.di.core.ResultTransExecutorService.execute(org.pentaho.di.core.logging.LogChannelInterface log, TransMeta transMeta, Repository repository, TransExecutionConfiguration executionConfiguration, String[] arguments) Executes a transformation.protected org.pentaho.di.core.ResultClusteredTransExecutorService.executeClustered(org.pentaho.di.core.logging.LogChannelInterface extLog, TransMeta transMeta, TransSplitter transSplitter, TransExecutionConfiguration executionConfiguration) Executes a transformation in clustered mode using the provided TransSplitter and execution configuration.org.pentaho.di.core.ResultTransSplitterExecutionService.executeClustered(org.pentaho.di.core.logging.LogChannelInterface extLog, TransSplitter transSplitter, Job parentJob, TransExecutionConfiguration executionConfiguration) Executes a transformation in clustered mode.protected voidTransSplitterExecutionService.executeClustered(org.pentaho.di.core.logging.LogChannelInterface extLog, TransSplitter transSplitter, TransExecutionConfiguration executionConfiguration) Executes a clustered transformation. -
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)