类 PartitionStep

  • 所有已实现的接口:
    Step, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean
    直接已知子类:
    PartitionStep

    public class PartitionStep
    extends AbstractStep
    Implementation of Step which partitions the execution and spreads the load using a PartitionHandler.
    从以下版本开始:
    2.0
    作者:
    Dave Syer