public final class ImmutableBatchJobResult extends Object implements com.mulesoft.mule.runtime.module.batch.api.BatchJobResult
ImmutableBatchJobResult| Constructor and Description |
|---|
ImmutableBatchJobResult(com.mulesoft.mule.runtime.module.batch.api.BatchJobResult jobResult) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBatchJobInstanceId() |
long |
getElapsedTimeInMillis() |
long |
getFailedRecords() |
Exception |
getInputPhaseException() |
long |
getLoadedRecords() |
Exception |
getLoadingPhaseException() |
Exception |
getOnCompletePhaseException() |
long |
getProcessedRecords() |
com.mulesoft.mule.runtime.module.batch.api.BatchStepResult |
getResultForStep(String stepId) |
long |
getSuccessfulRecords() |
long |
getTotalRecords() |
boolean |
isFailedOnCompletePhase() |
boolean |
isFailedOnInputPhase() |
boolean |
isFailedOnLoadingPhase() |
public ImmutableBatchJobResult(com.mulesoft.mule.runtime.module.batch.api.BatchJobResult jobResult)
public com.mulesoft.mule.runtime.module.batch.api.BatchStepResult getResultForStep(String stepId)
getResultForStep in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobResultpublic long getElapsedTimeInMillis()
getElapsedTimeInMillis in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobResultpublic long getSuccessfulRecords()
getSuccessfulRecords in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobResultpublic long getFailedRecords()
getFailedRecords in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobResultpublic long getTotalRecords()
getTotalRecords in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobResultpublic long getLoadedRecords()
getLoadedRecords in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobResultpublic long getProcessedRecords()
getProcessedRecords in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobResultpublic String getBatchJobInstanceId()
getBatchJobInstanceId in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobResultpublic boolean isFailedOnInputPhase()
isFailedOnInputPhase in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobResultpublic Exception getInputPhaseException()
getInputPhaseException in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobResultpublic boolean isFailedOnLoadingPhase()
isFailedOnLoadingPhase in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobResultpublic Exception getLoadingPhaseException()
getLoadingPhaseException in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobResultpublic boolean isFailedOnCompletePhase()
isFailedOnCompletePhase in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobResultpublic Exception getOnCompletePhaseException()
getOnCompletePhaseException in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobResultCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.