Package | Description |
---|---|
org.springframework.batch.core.partition.support |
Modifier and Type | Class and Description |
---|---|
class |
DefaultStepExecutionAggregator
Convenience class for aggregating a set of
StepExecution instances
into a single result. |
class |
RemoteStepExecutionAggregator
Convenience class for aggregating a set of
StepExecution instances
when the input comes from remote steps, so the data need to be refreshed from
the repository. |
Modifier and Type | Method and Description |
---|---|
void |
RemoteStepExecutionAggregator.setDelegate(StepExecutionAggregator delegate) |
void |
PartitionStep.setStepExecutionAggregator(StepExecutionAggregator stepExecutionAggregator)
A
StepExecutionAggregator that can aggregate step executions when
they come back from the handler. |
Copyright © 2013 SpringSource. All rights reserved.