public class StepPerformanceSnapShot extends Object
Constructor and Description |
---|
StepPerformanceSnapShot(int seqNr,
long batchId,
Date date,
String transName,
String stepName,
int stepCopy,
long totalLinesRead,
long totalLinesWritten,
long totalLinesInput,
long totalLinesOutput,
long totalLinesUpdated,
long totalLinesRejected,
long totalErrors) |
Modifier and Type | Method and Description |
---|---|
void |
diff(StepPerformanceSnapShot previous,
long inputBufferSize,
long outputBufferSize) |
long |
getBatchId() |
Date |
getDate() |
long |
getErrors() |
long |
getInputBufferSize() |
long |
getLinesInput() |
long |
getLinesOutput() |
long |
getLinesRead() |
long |
getLinesRejected() |
long |
getLinesUpdated() |
long |
getLinesWritten() |
long |
getOutputBufferSize() |
int |
getSeqNr() |
int |
getStepCopy() |
String |
getStepName() |
long |
getTimeDifference() |
long |
getTotalErrors() |
long |
getTotalLinesInput() |
long |
getTotalLinesOutput() |
long |
getTotalLinesRead() |
long |
getTotalLinesRejected() |
long |
getTotalLinesUpdated() |
long |
getTotalLinesWritten() |
String |
getTransName() |
void |
setBatchId(long batchId) |
void |
setDate(Date date) |
void |
setErrors(long errors) |
void |
setInputBufferSize(long inputBufferSize) |
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 |
setOutputBufferSize(long outputBufferSize) |
void |
setSeqNr(int seqNr) |
void |
setStepCopy(int stepCopy) |
void |
setStepName(String stepName) |
void |
setTimeDifference(long timeDifference) |
void |
setTotalErrors(long totalErrors) |
void |
setTotalLinesInput(long totalLinesInput) |
void |
setTotalLinesOutput(long totalLinesOutput) |
void |
setTotalLinesRead(long totalLinesRead) |
void |
setTotalLinesRejected(long totalLinesRejected) |
void |
setTotalLinesUpdated(long totalLinesUpdated) |
void |
setTotalLinesWritten(long totalLinesWritten) |
void |
setTransName(String transName) |
public StepPerformanceSnapShot(int seqNr, long batchId, Date date, String transName, String stepName, int stepCopy, long totalLinesRead, long totalLinesWritten, long totalLinesInput, long totalLinesOutput, long totalLinesUpdated, long totalLinesRejected, long totalErrors)
date
- stepName
- stepCopy
- totalLinesRead
- totalLinesWritten
- totalLinesInput
- totalLinesOutput
- totalLinesUpdated
- totalLinesRejected
- totalErrors
- public void diff(StepPerformanceSnapShot previous, long inputBufferSize, long outputBufferSize)
public Date getDate()
public void setDate(Date date)
date
- the date to setpublic String getStepName()
public void setStepName(String stepName)
stepName
- the stepName to setpublic int getStepCopy()
public void setStepCopy(int stepCopy)
stepCopy
- the stepCopy to setpublic long getTotalLinesRead()
public void setTotalLinesRead(long totalLinesRead)
totalLinesRead
- the totalLinesRead to setpublic long getTotalLinesWritten()
public void setTotalLinesWritten(long totalLinesWritten)
totalLinesWritten
- the totalLinesWritten to setpublic long getTotalLinesInput()
public void setTotalLinesInput(long totalLinesInput)
totalLinesInput
- the totalLinesInput to setpublic long getTotalLinesOutput()
public void setTotalLinesOutput(long totalLinesOutput)
totalLinesOutput
- the totalLinesOutput to setpublic long getTotalLinesUpdated()
public void setTotalLinesUpdated(long totalLinesUpdated)
totalLinesUpdated
- the totalLinesUpdated to setpublic long getTotalLinesRejected()
public void setTotalLinesRejected(long totalLinesRejected)
totalLinesRejected
- the totalLinesRejected to setpublic long getTotalErrors()
public void setTotalErrors(long totalErrors)
totalErrors
- the totalErrors to setpublic long getTimeDifference()
public void setTimeDifference(long timeDifference)
timeDifference
- the timeDifference to setpublic long getLinesRead()
public void setLinesRead(long linesRead)
linesRead
- the linesRead to setpublic long getLinesWritten()
public void setLinesWritten(long linesWritten)
linesWritten
- the linesWritten 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 getLinesUpdated()
public void setLinesUpdated(long linesUpdated)
linesUpdated
- the linesUpdated to setpublic long getLinesRejected()
public void setLinesRejected(long linesRejected)
linesRejected
- the linesRejected to setpublic long getErrors()
public void setErrors(long errors)
errors
- the errors to setpublic long getInputBufferSize()
public void setInputBufferSize(long inputBufferSize)
inputBufferSize
- the inputBufferSize to setpublic long getOutputBufferSize()
public void setOutputBufferSize(long outputBufferSize)
outputBufferSize
- the outputBufferSize to setpublic int getSeqNr()
public void setSeqNr(int seqNr)
seqNr
- the seqNr to setpublic long getBatchId()
public void setBatchId(long batchId)
batchId
- the batchId to setpublic String getTransName()
public void setTransName(String transName)
transName
- the transName to setCopyright © 2020 Hitachi Vantara. All rights reserved.