Uses of Class
org.pentaho.di.trans.debug.TransDebugMeta
-
Packages that use TransDebugMeta Package Description org.pentaho.di.trans org.pentaho.di.trans.debug -
-
Uses of TransDebugMeta in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return TransDebugMeta Modifier and Type Method Description TransDebugMeta
TransExecutionConfiguration. getTransDebugMeta()
Methods in org.pentaho.di.trans with parameters of type TransDebugMeta Modifier and Type Method Description void
TransExecutionConfiguration. setTransDebugMeta(TransDebugMeta transDebugMeta)
-
Uses of TransDebugMeta in org.pentaho.di.trans.debug
Methods in org.pentaho.di.trans.debug that return TransDebugMeta Modifier and Type Method Description TransDebugMeta
TransDebugMetaWrapper. getTransDebugMeta()
Methods in org.pentaho.di.trans.debug with parameters of type TransDebugMeta Modifier and Type Method Description void
BreakPointListener. breakPointHit(TransDebugMeta transDebugMeta, StepDebugMeta stepDebugMeta, org.pentaho.di.core.row.RowMetaInterface rowBufferMeta, List<Object[]> rowBuffer)
void
StepDebugMeta. fireBreakPointListeners(TransDebugMeta transDebugMeta)
Constructors in org.pentaho.di.trans.debug with parameters of type TransDebugMeta Constructor Description TransDebugMetaWrapper(Trans trans, TransDebugMeta transDebugMeta)
-