类 SimpleStepExecutionSplitter

  • 所有已实现的接口:
    StepExecutionSplitter, org.springframework.beans.factory.InitializingBean
    直接已知子类:
    JsrStepExecutionSplitter

    public class SimpleStepExecutionSplitter
    extends java.lang.Object
    implements StepExecutionSplitter, org.springframework.beans.factory.InitializingBean
    Generic implementation of StepExecutionSplitter that delegates to a Partitioner to generate ExecutionContext instances. Takes care of restartability and identifying the step executions from previous runs of the same job. The generated StepExecution instances have names that identify them uniquely in the partition. The name is constructed from a base (name of the target step) plus a suffix taken from the Partitioner identifiers, separated by a colon, e.g. {step1:partition0, step1:partition1, ...}.
    从以下版本开始:
    2.0
    作者:
    Dave Syer, Mahmoud Ben Hassine