Class PartitionStep

  • All Implemented Interfaces:
    Step, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean
    Direct Known Subclasses:
    PartitionStep

    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