java.lang.Object
org.springframework.batch.core.step.AbstractStep
org.springframework.batch.core.partition.support.PartitionStep
All Implemented Interfaces:
Step, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

public class PartitionStep extends AbstractStep
Implementation of Step which partitions the execution and spreads the load using a PartitionHandler.
Since:
2.0
Author:
Dave Syer, Mahmoud Ben Hassine