Package | Description |
---|---|
org.springframework.batch.core.partition.support |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
void |
SimpleStepExecutionSplitter.setPartitioner(Partitioner partitioner)
The
Partitioner that will be used to generate step execution meta
data for the target step. |
Constructor and Description |
---|
SimpleStepExecutionSplitter(JobRepository jobRepository,
boolean allowStartIfComplete,
String stepName,
Partitioner partitioner)
Construct a
SimpleStepExecutionSplitter from its mandatory
properties. |
SimpleStepExecutionSplitter(JobRepository jobRepository,
Step step,
Partitioner partitioner)
|
Copyright © 2013 SpringSource. All rights reserved.