public class TransProfileFactory extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
RESULT_STEP_NAME |
| 构造器和说明 |
|---|
TransProfileFactory(org.pentaho.di.core.database.DatabaseMeta databaseMeta,
String schemaTable) |
| 限定符和类型 | 方法和说明 |
|---|---|
TransMeta |
generateTransformation(org.pentaho.di.core.logging.LoggingObjectInterface parentLoggingInterface) |
org.pentaho.di.core.row.RowMetaInterface |
getTableLayout() |
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()
Copyright © 2024 Hitachi Vantara. All rights reserved.