Package | Description |
---|---|
org.pentaho.di.job |
This package contains the different elements that make up a Job.
|
org.pentaho.di.trans |
This package contains the classes needed to define and execute transformations.
|
org.pentaho.di.www |
Modifier and Type | Method and Description |
---|---|
void |
DelegationListener.transformationDelegationStarted(Trans delegatedTrans,
TransExecutionConfiguration transExecutionConfiguration) |
void |
DelegationAdapter.transformationDelegationStarted(Trans delegatedTrans,
TransExecutionConfiguration transExecutionConfiguration) |
Modifier and Type | Method and Description |
---|---|
TransExecutionConfiguration |
TransConfiguration.getTransExecutionConfiguration() |
Modifier and Type | Method and Description |
---|---|
static TransSplitter |
Trans.executeClustered(TransMeta transMeta,
TransExecutionConfiguration executionConfiguration)
Execute the transformation in a clustered fashion.
|
static void |
Trans.executeClustered(TransSplitter transSplitter,
TransExecutionConfiguration executionConfiguration)
Executes an existing TransSplitter, with the transformation already split.
|
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) |
Constructor and Description |
---|
TransConfiguration(TransMeta transMeta,
TransExecutionConfiguration transExecutionConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
CarteDelegationHandler.transformationDelegationStarted(Trans delegatedTrans,
TransExecutionConfiguration transExecutionConfiguration) |