Uses of Interface
org.springframework.batch.core.partition.support.Partitioner

Packages that use Partitioner
org.springframework.batch.core.partition.support   
 

Uses of Partitioner in org.springframework.batch.core.partition.support
 

Classes in org.springframework.batch.core.partition.support that implement Partitioner
 class MultiResourcePartitioner
          Implementation of Partitioner that locates multiple resources and associates their file names with execution context keys.
 class SimplePartitioner
          Simplest possible implementation of Partitioner.
 

Methods in org.springframework.batch.core.partition.support with parameters of type Partitioner
 void SimpleStepExecutionSplitter.setPartitioner(Partitioner partitioner)
          The Partitioner that will be used to generate step execution meta data for the target step.
 

Constructors in org.springframework.batch.core.partition.support with parameters of type Partitioner
SimpleStepExecutionSplitter(JobRepository jobRepository, boolean allowStartIfComplete, String stepName, Partitioner partitioner)
          Construct a SimpleStepExecutionSplitter from its mandatory properties.
SimpleStepExecutionSplitter(JobRepository jobRepository, Step step, Partitioner partitioner)
          Deprecated. use SimpleStepExecutionSplitter.SimpleStepExecutionSplitter(JobRepository, boolean, String, Partitioner) instead
 



Copyright © 2013 SpringSource. All Rights Reserved.