|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.core.partition.support.StepExecutionAggregator
public class StepExecutionAggregator
Convenience class for aggregating a set of StepExecution instances
into a single result.
| Constructor Summary | |
|---|---|
StepExecutionAggregator()
|
|
| Method Summary | |
|---|---|
void |
aggregate(StepExecution result,
java.util.Collection<StepExecution> executions)
Take the inputs and aggregate certain fields, putting the aggregates into the result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StepExecutionAggregator()
| Method Detail |
|---|
public void aggregate(StepExecution result,
java.util.Collection<StepExecution> executions)
BatchStatus.max(BatchStatus, BatchStatus)ExitStatus.and(ExitStatus)
result - the result to overwriteexecutions - the inputs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||