Package org.pentaho.di.trans

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

See:
          Description

Interface Summary
HasDatabasesInterface  
HasSlaveServersInterface  
Partitioner Defines methods needed for partitioner plugins.
TransListener  
TransStoppedListener  
 

Class Summary
BasePartitioner Implements common functionality needed by partitioner plugins.
DatabaseImpact  
HopTest Test class for the use of hops, specifically we want to check the copy and distribute mode.
ModPartitioner  
NormalExecutionTest  
RowProducer Allows you to "Inject" rows into a step.
RowProducerTest Tests for RowProducer
RowStepCollector Helper class for testcases.
SingleThreadedTransExecutor  
SlaveStepCopyPartitionDistribution This class keeps track of which step copy in which transformation is responsible for handling a certain partition nr.
Trans This class represents the information and operations associated with the concept of a Transformation.
TransAdapter Utility class to allow only certain methods of TransListener to be overridden.
TransConfiguration  
TransDependency  
TransExecutionConfiguration  
TransformationTestCase  
TransHopMeta Defines a link between 2 steps in a transformation
TransMeta This class defines information about a transformation and offers methods to save and load it from XML or a PDI database repository, as well as methods to alter a transformation by adding/removing databases, steps, hops, etc.
TransPainter  
TransPreviewFactory  
TransProfileFactory Helper class to generate profiling transformations...
TransSingleThreadTest  
TransTestFactory We can use this factory to create transformations with a source and target step.
The source step is an Injector step.
The target step is a dummy step.
The middle step is the step specified.
WordCountSingleThreadTest  
 

Enum Summary
TransMeta.TransformationType The TransformationType enum describes the various types of transformations in terms of execution, including Normal, Serial Single-Threaded, and Single-Threaded.
 

Package org.pentaho.di.trans Description

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