public class StepDebugMeta extends Object
| Constructor and Description | 
|---|
StepDebugMeta()  | 
StepDebugMeta(StepMeta stepMeta)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addBreakPointListener(BreakPointListener breakPointListener)
Add a break-point listener to the debug information. 
 | 
void | 
fireBreakPointListeners(TransDebugMeta transDebugMeta)  | 
org.pentaho.di.core.Condition | 
getCondition()  | 
int | 
getNumberOfHits()  | 
List<Object[]> | 
getRowBuffer()  | 
org.pentaho.di.core.row.RowMetaInterface | 
getRowBufferMeta()  | 
int | 
getRowCount()  | 
StepMeta | 
getStepMeta()  | 
boolean | 
isPausingOnBreakPoint()  | 
boolean | 
isReadingFirstRows()  | 
void | 
removeBreakPointListener(BreakPointListener breakPointListener)
Remove a break-point listener from the debug information. 
 | 
void | 
setCondition(org.pentaho.di.core.Condition condition)  | 
void | 
setNumberOfHits(int numberOfHits)  | 
void | 
setPausingOnBreakPoint(boolean pausingOnBreakPoint)  | 
void | 
setReadingFirstRows(boolean readingFirstRows)  | 
void | 
setRowBuffer(List<Object[]> rowBuffer)  | 
void | 
setRowBufferMeta(org.pentaho.di.core.row.RowMetaInterface rowBufferMeta)  | 
void | 
setRowCount(int rowCount)  | 
void | 
setStepMeta(StepMeta stepMeta)  | 
public static final String XML_TAG
public StepDebugMeta()
public StepDebugMeta(StepMeta stepMeta)
public StepMeta getStepMeta()
public void setStepMeta(StepMeta stepMeta)
stepMeta - the stepMeta to setpublic org.pentaho.di.core.Condition getCondition()
public void setCondition(org.pentaho.di.core.Condition condition)
condition - the condition to setpublic void addBreakPointListener(BreakPointListener breakPointListener)
breakPointListener - the break point listener to addpublic void removeBreakPointListener(BreakPointListener breakPointListener)
breakPointListener - the break point listener to removepublic void fireBreakPointListeners(TransDebugMeta transDebugMeta)
public int getRowCount()
public void setRowCount(int rowCount)
rowCount - the rowCount to setpublic boolean isReadingFirstRows()
public void setReadingFirstRows(boolean readingFirstRows)
readingFirstRows - the readingFirstRows to setpublic boolean isPausingOnBreakPoint()
public void setPausingOnBreakPoint(boolean pausingOnBreakPoint)
pausingOnBreakPoint - the pausingOnBreakPoint to setpublic org.pentaho.di.core.row.RowMetaInterface getRowBufferMeta()
public void setRowBufferMeta(org.pentaho.di.core.row.RowMetaInterface rowBufferMeta)
rowBufferMeta - the rowBufferMeta to setpublic void setRowBuffer(List<Object[]> rowBuffer)
rowBuffer - the rowBuffer to setpublic int getNumberOfHits()
public void setNumberOfHits(int numberOfHits)
numberOfHits - the number of times the break-point listeners got called