public class StepExecutionHistory
extends java.lang.Object
| Constructor and Description |
|---|
StepExecutionHistory(java.lang.String stepName) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(org.springframework.batch.core.StepExecution stepExecution) |
CumulativeHistory |
getCommitCount() |
int |
getCount() |
CumulativeHistory |
getDuration() |
CumulativeHistory |
getDurationPerRead() |
CumulativeHistory |
getFilterCount() |
CumulativeHistory |
getProcessSkipCount() |
CumulativeHistory |
getReadCount() |
CumulativeHistory |
getReadSkipCount() |
CumulativeHistory |
getRollbackCount() |
java.lang.String |
getStepName() |
CumulativeHistory |
getWriteCount() |
CumulativeHistory |
getWriteSkipCount() |
public void append(org.springframework.batch.core.StepExecution stepExecution)
public java.lang.String getStepName()
public int getCount()
public CumulativeHistory getCommitCount()
public CumulativeHistory getRollbackCount()
public CumulativeHistory getReadCount()
public CumulativeHistory getWriteCount()
public CumulativeHistory getFilterCount()
public CumulativeHistory getReadSkipCount()
public CumulativeHistory getWriteSkipCount()
public CumulativeHistory getProcessSkipCount()
public CumulativeHistory getDuration()
public CumulativeHistory getDurationPerRead()
Copyright © 2015. All Rights Reserved.