Package org.pentaho.di.trans.step
Class StepStatus
java.lang.Object
org.pentaho.di.trans.step.StepStatus
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCopy()longgetHTMLTableRow(boolean urlInStepname) longlonglonglonglonglongString[]org.pentaho.di.core.row.RowMetaInterfacedoublegetSpeed()String[]String[]String[]getTransLogFields(String overrideDescription) getXML()booleanisPaused()booleanvoidsetCopy(int copy) voidsetErrors(long errors) voidsetLinesInput(long linesInput) voidsetLinesOutput(long linesOutput) voidsetLinesRead(long linesRead) voidsetLinesRejected(long linesRejected) voidsetLinesUpdated(long linesUpdated) voidsetLinesWritten(long linesWritten) voidsetPaused(boolean paused) voidsetPriority(String priority) voidsetSampleRowMeta(org.pentaho.di.core.row.RowMetaInterface sampleRowMeta) voidsetSampleRows(List<Object[]> sampleRows) voidsetSeconds(double seconds) voidvoidsetStatusDescription(String statusDescription) voidsetStepname(String stepname) voidsetStopped(boolean stopped) voidupdateAll(StepInterface baseStep)
-
Field Details
-
XML_TAG
- See Also:
-
-
Constructor Details
-
StepStatus
public StepStatus() -
StepStatus
-
StepStatus
- Throws:
org.pentaho.di.core.exception.KettleException
-
-
Method Details
-
updateAll
-
getHTMLTableRow
-
getXML
- Throws:
org.pentaho.di.core.exception.KettleException
-
fromXML
- Throws:
org.pentaho.di.core.exception.KettleException
-
getTransLogFields
-
getTransLogFields
-
getSpoonSlaveLogFields
-
getPeekFields
-
getCopy
public int getCopy()- Returns:
- the copy
-
setCopy
public void setCopy(int copy) - Parameters:
copy- the copy to set
-
getErrors
public long getErrors()- Returns:
- the errors
-
setErrors
public void setErrors(long errors) - Parameters:
errors- the errors to set
-
getLinesInput
public long getLinesInput()- Returns:
- the linesInput
-
setLinesInput
public void setLinesInput(long linesInput) - Parameters:
linesInput- the linesInput to set
-
getLinesOutput
public long getLinesOutput()- Returns:
- the linesOutput
-
setLinesOutput
public void setLinesOutput(long linesOutput) - Parameters:
linesOutput- the linesOutput to set
-
getLinesRead
public long getLinesRead()- Returns:
- the linesRead
-
setLinesRead
public void setLinesRead(long linesRead) - Parameters:
linesRead- the linesRead to set
-
getLinesUpdated
public long getLinesUpdated()- Returns:
- the linesUpdated
-
setLinesUpdated
public void setLinesUpdated(long linesUpdated) - Parameters:
linesUpdated- the linesUpdated to set
-
getLinesWritten
public long getLinesWritten()- Returns:
- the linesWritten
-
setLinesWritten
public void setLinesWritten(long linesWritten) - Parameters:
linesWritten- the linesWritten to set
-
getPriority
- Returns:
- the priority
-
setPriority
- Parameters:
priority- the priority to set
-
getSeconds
public double getSeconds()- Returns:
- the seconds
-
setSeconds
public void setSeconds(double seconds) - Parameters:
seconds- the seconds to set
-
getSpeed
- Returns:
- the speed
-
setSpeed
- Parameters:
speed- the speed to set
-
getStatusDescription
- Returns:
- the statusDescription
-
setStatusDescription
- Parameters:
statusDescription- the statusDescription to set
-
getStepname
- Returns:
- the stepname
-
setStepname
- Parameters:
stepname- the stepname to set
-
getLinesRejected
public long getLinesRejected()- Returns:
- the linesRejected
-
setLinesRejected
public void setLinesRejected(long linesRejected) - Parameters:
linesRejected- the linesRejected to set
-
isStopped
public boolean isStopped()- Returns:
- the stopped
-
setStopped
public void setStopped(boolean stopped) - Parameters:
stopped- the stopped to set
-
isPaused
public boolean isPaused()- Returns:
- the paused
-
setPaused
public void setPaused(boolean paused) - Parameters:
paused- the paused to set
-
getSampleRowMeta
public org.pentaho.di.core.row.RowMetaInterface getSampleRowMeta() -
setSampleRowMeta
public void setSampleRowMeta(org.pentaho.di.core.row.RowMetaInterface sampleRowMeta) -
getSampleRows
-
setSampleRows
-