Package org.pentaho.di.trans
Class TransProfileFactory
java.lang.Object
org.pentaho.di.trans.TransProfileFactory
Helper class to generate profiling transformations...
- Author:
- Matt Casters (mcasters@pentaho.org)
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTransProfileFactory
(org.pentaho.di.core.database.DatabaseMeta databaseMeta, String schemaTable) -
Method Summary
Modifier and TypeMethodDescriptiongenerateTransformation
(org.pentaho.di.core.logging.LoggingObjectInterface parentLoggingInterface) org.pentaho.di.core.row.RowMetaInterface
-
Field Details
-
RESULT_STEP_NAME
- See Also:
-
-
Constructor Details
-
TransProfileFactory
public TransProfileFactory(org.pentaho.di.core.database.DatabaseMeta databaseMeta, String schemaTable) - Parameters:
parent
-databaseMeta
-schemaTable
- the properly quoted schema-table combinationdegreeParallelism
- The degree of parallelism or the number of copies that the calculation module is running with.
-
-
Method Details
-
generateTransformation
public TransMeta generateTransformation(org.pentaho.di.core.logging.LoggingObjectInterface parentLoggingInterface) throws org.pentaho.di.core.exception.KettleException - Throws:
org.pentaho.di.core.exception.KettleException
-
getTableLayout
public org.pentaho.di.core.row.RowMetaInterface getTableLayout()- Returns:
- the tableLayout
-