Package org.pentaho.di.trans

This package contains the classes needed to define and execute transformations.

See:
          Description

Interface Summary
HasDatabasesInterface  
HasSlaveServersInterface  
Partitioner  
TransListener  
TransStoppedListener  
 

Class Summary
BasePartitioner  
DatabaseImpact  
ModPartitioner  
RowProducer Allows you to "Inject" rows into a step.
SingleThreadedTransExecutor  
SlaveStepCopyPartitionDistribution This class keeps track of which step copy in which transformation is responsible for handling a certain partition nr.
Trans This class is responsible for the execution of Transformations.
TransAdapter Utility class to allow only certain methods of TransListener to be overridden.
TransConfiguration  
TransDependency  
TransExecutionConfiguration  
TransHopMeta Defines a link between 2 steps in a transformation
TransMeta This class defines a transformation and offers methods to save and load it from XML or a PDI database repository.
TransPainter  
TransPreviewFactory  
TransProfileFactory Helper class to generate profiling transformations...
 

Enum Summary
TransMeta.TransformationType  
 

Package org.pentaho.di.trans Description

This package contains the classes needed to define and execute transformations.