Class StepExecutionHistory
java.lang.Object
org.springframework.cloud.dataflow.rest.job.StepExecutionHistory
Stores the cumulative information for a specific
StepExecution
's history.- Author:
- Glenn Renfro
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
StepExecutionHistory
-
-
Method Details
-
append
public void append(org.springframework.batch.core.StepExecution stepExecution) -
getStepName
-
getCount
public int getCount()Returns the number ofStepExecution
s are being used for history calculations. The id of an existing step execution for a specific job execution (required)- Returns:
- the number of
StepExecution
s.
-
getCommitCount
-
getRollbackCount
-
getReadCount
-
getWriteCount
-
getFilterCount
-
getReadSkipCount
-
getWriteSkipCount
-
getProcessSkipCount
-
getDuration
Stores the cumulative history for a specifiedStepExecution
's duration.- Returns:
CumulativeHistory
for the duration of a specifiedStepExecution
.
-
getDurationPerRead
-