org.pentaho.di.trans
Class TransProfileFactory

java.lang.Object
  extended by org.pentaho.di.trans.TransProfileFactory

public class TransProfileFactory
extends Object

Helper class to generate profiling transformations...

Author:
Matt Casters (mcasters@pentaho.org)

Field Summary
static String RESULT_STEP_NAME
           
 
Constructor Summary
TransProfileFactory(DatabaseMeta databaseMeta, String schemaTable)
           
 
Method Summary
 TransMeta generateTransformation(LoggingObjectInterface parentLoggingInterface)
           
 RowMetaInterface getTableLayout()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESULT_STEP_NAME

public static final String RESULT_STEP_NAME
See Also:
Constant Field Values
Constructor Detail

TransProfileFactory

public TransProfileFactory(DatabaseMeta databaseMeta,
                           String schemaTable)
Parameters:
parent -
databaseMeta -
schemaTable - the properly quoted schema-table combination
degreeParallelism - The degree of parallelism or the number of copies that the calculation module is running with.
Method Detail

generateTransformation

public TransMeta generateTransformation(LoggingObjectInterface parentLoggingInterface)
                                 throws KettleException
Throws:
KettleException

getTableLayout

public RowMetaInterface getTableLayout()
Returns:
the tableLayout