public class DefaultBatchStepResult extends Object implements BatchStepResult
BatchStepResult| Constructor and Description |
|---|
DefaultBatchStepResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchStepExceptionSummary |
getExceptionSummary() |
long |
getFailedRecords()
Returns how many records the step processed and found an exception on
|
long |
getReceivedRecords()
Returns the number of records the step has already processed
|
long |
getSuccessfulRecords()
Return how many records were processed by the step without finding an exception
|
long |
incrementFailedRecords(Exception e,
long howMany) |
long |
incrementReceivedRecords(long howMany) |
long |
incrementSuccessfulRecords(long howMany) |
public long incrementSuccessfulRecords(long howMany)
public long incrementFailedRecords(Exception e, long howMany)
public long incrementReceivedRecords(long howMany)
public long getReceivedRecords()
getReceivedRecords in interface BatchStepResultpublic long getSuccessfulRecords()
getSuccessfulRecords in interface BatchStepResultpublic long getFailedRecords()
getFailedRecords in interface BatchStepResultpublic BatchStepExceptionSummary getExceptionSummary()
getExceptionSummary in interface BatchStepResultCopyright © 2006–2019 MuleSoft, Inc.. All rights reserved.