public class TransProfileFactory extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
RESULT_STEP_NAME  | 
| Constructor and Description | 
|---|
TransProfileFactory(org.pentaho.di.core.database.DatabaseMeta databaseMeta,
                   String schemaTable)  | 
| Modifier and Type | Method and Description | 
|---|---|
TransMeta | 
generateTransformation(org.pentaho.di.core.logging.LoggingObjectInterface parentLoggingInterface)  | 
org.pentaho.di.core.row.RowMetaInterface | 
getTableLayout()  | 
public static final String RESULT_STEP_NAME
public TransProfileFactory(org.pentaho.di.core.database.DatabaseMeta databaseMeta,
                   String schemaTable)
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.public TransMeta generateTransformation(org.pentaho.di.core.logging.LoggingObjectInterface parentLoggingInterface) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic org.pentaho.di.core.row.RowMetaInterface getTableLayout()