类 PartitionStep

  • 所有已实现的接口:
    Step, StepLocator, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

    public class PartitionStep
    extends PartitionStep
    implements StepLocator
    An extension of the PartitionStep that provides additional semantics required by JSR-352. Specifically, this implementation adds the required lifecycle calls to the PartitionReducer if it is used.
    从以下版本开始:
    3.0
    作者:
    Michael Minella