Uses of Interface
org.springframework.batch.core.partition.support.StepExecutionAggregator
Packages that use StepExecutionAggregator
Package
Description
Parsers for XML based configuration
Implementation of common partition components.
Step level builders for java based job configuration.
-
Uses of StepExecutionAggregator in org.springframework.batch.core.configuration.xml
Methods in org.springframework.batch.core.configuration.xml that return StepExecutionAggregatorModifier and TypeMethodDescriptionprotected StepExecutionAggregatorStepParserStepFactoryBean.getStepExecutionAggergator()Methods in org.springframework.batch.core.configuration.xml with parameters of type StepExecutionAggregatorModifier and TypeMethodDescriptionvoidStepParserStepFactoryBean.setStepExecutionAggregator(StepExecutionAggregator stepExecutionAggregator) -
Uses of StepExecutionAggregator in org.springframework.batch.core.partition.support
Classes in org.springframework.batch.core.partition.support that implement StepExecutionAggregatorModifier and TypeClassDescriptionclassConvenience class for aggregating a set ofStepExecutioninstances into a single result.classConvenience class for aggregating a set ofStepExecutioninstances 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 StepExecutionAggregatorModifier and TypeMethodDescriptionvoidRemoteStepExecutionAggregator.setDelegate(StepExecutionAggregator delegate) voidPartitionStep.setStepExecutionAggregator(StepExecutionAggregator stepExecutionAggregator) AStepExecutionAggregatorthat can aggregate step executions when they come back from the handler. -
Uses of StepExecutionAggregator in org.springframework.batch.core.step.builder
Methods in org.springframework.batch.core.step.builder that return StepExecutionAggregatorModifier and TypeMethodDescriptionprotected StepExecutionAggregatorPartitionStepBuilder.getAggregator()Methods in org.springframework.batch.core.step.builder with parameters of type StepExecutionAggregatorModifier and TypeMethodDescriptionPartitionStepBuilder.aggregator(StepExecutionAggregator aggregator) Provide a step execution aggregator for aggregating partitioned step executions into a single result for thePartitionStepitself.