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.
 

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



Copyright © 2009 SpringSource. All Rights Reserved.