public class StepStatus extends Object
| Constructor and Description |
|---|
StepStatus() |
StepStatus(Node node) |
StepStatus(StepInterface baseStep) |
| Modifier and Type | Method and Description |
|---|---|
StepStatus |
fromXML(String xml) |
int |
getCopy() |
long |
getErrors() |
String |
getHTMLTableRow(boolean urlInStepname) |
long |
getLinesInput() |
long |
getLinesOutput() |
long |
getLinesRead() |
long |
getLinesRejected() |
long |
getLinesUpdated() |
long |
getLinesWritten() |
String[] |
getPeekFields() |
String |
getPriority() |
org.pentaho.di.core.row.RowMetaInterface |
getSampleRowMeta() |
List<Object[]> |
getSampleRows() |
double |
getSeconds() |
String |
getSpeed() |
String[] |
getSpoonSlaveLogFields() |
String |
getStatusDescription() |
String |
getStepname() |
String[] |
getTransLogFields() |
String |
getXML() |
boolean |
isPaused() |
boolean |
isStopped() |
void |
setCopy(int copy) |
void |
setErrors(long errors) |
void |
setLinesInput(long linesInput) |
void |
setLinesOutput(long linesOutput) |
void |
setLinesRead(long linesRead) |
void |
setLinesRejected(long linesRejected) |
void |
setLinesUpdated(long linesUpdated) |
void |
setLinesWritten(long linesWritten) |
void |
setPaused(boolean paused) |
void |
setPriority(String priority) |
void |
setSampleRowMeta(org.pentaho.di.core.row.RowMetaInterface sampleRowMeta) |
void |
setSampleRows(List<Object[]> sampleRows) |
void |
setSeconds(double seconds) |
void |
setSpeed(String speed) |
void |
setStatusDescription(String statusDescription) |
void |
setStepname(String stepname) |
void |
setStopped(boolean stopped) |
public static final String XML_TAG
public StepStatus()
public StepStatus(StepInterface baseStep)
public StepStatus(Node node) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic String getHTMLTableRow(boolean urlInStepname)
public String getXML() throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic StepStatus fromXML(String xml) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic String[] getTransLogFields()
public String[] getSpoonSlaveLogFields()
public String[] getPeekFields()
public int getCopy()
public void setCopy(int copy)
copy - the copy to setpublic long getErrors()
public void setErrors(long errors)
errors - the errors to setpublic long getLinesInput()
public void setLinesInput(long linesInput)
linesInput - the linesInput to setpublic long getLinesOutput()
public void setLinesOutput(long linesOutput)
linesOutput - the linesOutput to setpublic long getLinesRead()
public void setLinesRead(long linesRead)
linesRead - the linesRead to setpublic long getLinesUpdated()
public void setLinesUpdated(long linesUpdated)
linesUpdated - the linesUpdated to setpublic long getLinesWritten()
public void setLinesWritten(long linesWritten)
linesWritten - the linesWritten to setpublic String getPriority()
public void setPriority(String priority)
priority - the priority to setpublic double getSeconds()
public void setSeconds(double seconds)
seconds - the seconds to setpublic String getSpeed()
public void setSpeed(String speed)
speed - the speed to setpublic String getStatusDescription()
public void setStatusDescription(String statusDescription)
statusDescription - the statusDescription to setpublic String getStepname()
public void setStepname(String stepname)
stepname - the stepname to setpublic long getLinesRejected()
public void setLinesRejected(long linesRejected)
linesRejected - the linesRejected to setpublic boolean isStopped()
public void setStopped(boolean stopped)
stopped - the stopped to setpublic boolean isPaused()
public void setPaused(boolean paused)
paused - the paused to setpublic org.pentaho.di.core.row.RowMetaInterface getSampleRowMeta()
public void setSampleRowMeta(org.pentaho.di.core.row.RowMetaInterface sampleRowMeta)