Uses of Interface
org.springframework.batch.core.partition.support.StepExecutionAggregator

Packages that use StepExecutionAggregator
org.springframework.batch.core.partition.support   
 

Uses of StepExecutionAggregator in org.springframework.batch.core.partition.support
 

Classes in org.springframework.batch.core.partition.support that implement StepExecutionAggregator
 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.
 

Methods in org.springframework.batch.core.partition.support with parameters of type StepExecutionAggregator
 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.