public class StepStatus extends Object
| Constructor and Description |
|---|
StepStatus() |
StepStatus(Node node) |
StepStatus(StepInterface baseStep) |
public static final String XML_TAG
public StepStatus()
public StepStatus(StepInterface baseStep)
public StepStatus(Node node) throws KettleException
KettleExceptionpublic String getHTMLTableRow(boolean urlInStepname)
public String getXML() throws KettleException
KettleExceptionpublic StepStatus fromXML(String xml) throws KettleException
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 RowMetaInterface getSampleRowMeta()
public void setSampleRowMeta(RowMetaInterface sampleRowMeta)
Copyright © 2017 Hitachi Vantara. All rights reserved.