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
Constructors -
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 ofStepExecutions are being used for history calculations. The id of an existing step execution for a specific job execution (required)- Returns:
- the number of
StepExecutions.
-
getCommitCount
-
getRollbackCount
-
getReadCount
-
getWriteCount
-
getFilterCount
-
getReadSkipCount
-
getWriteSkipCount
-
getProcessSkipCount
-
getDuration
Stores the cumulative history for a specifiedStepExecution's duration.- Returns:
CumulativeHistoryfor the duration of a specifiedStepExecution.
-
getDurationPerRead
-