Package | Description |
---|---|
org.pentaho.di.trans |
This package contains the classes needed to define and execute transformations.
|
org.pentaho.di.trans.steps.mapping | |
org.pentaho.di.trans.steps.simplemapping | |
org.pentaho.di.trans.steps.singlethreader | |
org.pentaho.di.trans.steps.transexecutor |
Modifier and Type | Method and Description |
---|---|
static TransMeta |
StepWithMappingMeta.loadMappingMeta(StepWithMappingMeta mappingMeta,
Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
org.pentaho.di.core.variables.VariableSpace space) |
static TransMeta |
StepWithMappingMeta.loadMappingMeta(StepWithMappingMeta executorMeta,
Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
org.pentaho.di.core.variables.VariableSpace space,
boolean share) |
Modifier and Type | Class and Description |
---|---|
class |
MappingMeta
Meta-data for the Mapping step: contains name of the (sub-)transformation to execute
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleMappingMeta
Meta-data for the Mapping step: contains name of the (sub-)transformation to execute
|
Modifier and Type | Class and Description |
---|---|
class |
SingleThreaderMeta
Meta-data for the Mapping step: contains name of the (sub-)transformation to execute
|
Modifier and Type | Class and Description |
---|---|
class |
TransExecutorMeta
Meta-data for the Trans Executor step.
|