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) |
Condition |
getCondition() |
int |
getNumberOfHits() |
List<Object[]> |
getRowBuffer() |
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(Condition condition) |
void |
setNumberOfHits(int numberOfHits) |
void |
setPausingOnBreakPoint(boolean pausingOnBreakPoint) |
void |
setReadingFirstRows(boolean readingFirstRows) |
void |
setRowBuffer(List<Object[]> rowBuffer) |
void |
setRowBufferMeta(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 Condition getCondition()
public void setCondition(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 RowMetaInterface getRowBufferMeta()
public void setRowBufferMeta(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 calledCopyright © 2018 Hitachi Vantara. All rights reserved.