Package | Description |
---|---|
org.pentaho.di.trans |
This package contains the classes needed to define and execute transformations.
|
org.pentaho.di.trans.debug |
Modifier and Type | Method and Description |
---|---|
TransDebugMeta |
TransExecutionConfiguration.getTransDebugMeta() |
Modifier and Type | Method and Description |
---|---|
void |
TransExecutionConfiguration.setTransDebugMeta(TransDebugMeta transDebugMeta) |
Modifier and Type | Method and Description |
---|---|
TransDebugMeta |
TransDebugMetaWrapper.getTransDebugMeta() |
Modifier and Type | Method and Description |
---|---|
void |
BreakPointListener.breakPointHit(TransDebugMeta transDebugMeta,
StepDebugMeta stepDebugMeta,
org.pentaho.di.core.row.RowMetaInterface rowBufferMeta,
List<Object[]> rowBuffer) |
void |
StepDebugMeta.fireBreakPointListeners(TransDebugMeta transDebugMeta) |
Constructor and Description |
---|
TransDebugMetaWrapper(Trans trans,
TransDebugMeta transDebugMeta) |