Class TransformStatus


  • public class TransformStatus
    extends Object
    • Method Detail

      • getHTMLTableRow

        public String getHTMLTableRow​(boolean urlInTransformName)
      • getPipelineLogFields

        public String[] getPipelineLogFields()
      • getPipelineLogFields

        public String[] getPipelineLogFields​(String overrideDescription)
      • getPeekFields

        public String[] 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

        public String getPriority()
        Returns:
        the priority
      • setPriority

        public void setPriority​(String priority)
        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

        public String getSpeed()
        Returns:
        the speed
      • setSpeed

        public void setSpeed​(String speed)
        Parameters:
        speed - the speed to set
      • getStatusDescription

        public String getStatusDescription()
        Returns:
        the statusDescription
      • setStatusDescription

        public void setStatusDescription​(String statusDescription)
        Parameters:
        statusDescription - the statusDescription to set
      • getTransformName

        public String getTransformName()
        Returns:
        the transformName
      • setTransformName

        public void setTransformName​(String transformName)
        Parameters:
        transformName - the transformName 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 IRowMeta getSampleRowMeta()
      • setSampleRowMeta

        public void setSampleRowMeta​(IRowMeta sampleRowMeta)
      • getSampleRows

        public List<Object[]> getSampleRows()
      • setSampleRows

        public void setSampleRows​(List<Object[]> sampleRows)
      • getInputBufferSize

        public long getInputBufferSize()
        Gets inputBufferSize
        Returns:
        value of inputBufferSize
      • setInputBufferSize

        public void setInputBufferSize​(long inputBufferSize)
        Parameters:
        inputBufferSize - The inputBufferSize to set
      • getOutputBufferSize

        public long getOutputBufferSize()
        Gets outputBufferSize
        Returns:
        value of outputBufferSize
      • setOutputBufferSize

        public void setOutputBufferSize​(long outputBufferSize)
        Parameters:
        outputBufferSize - The outputBufferSize to set