| Package | Description |
|---|---|
| org.springframework.batch.core.partition | |
| org.springframework.batch.core.partition.support | |
| org.springframework.batch.core.step.builder |
| Modifier and Type | Method and Description |
|---|---|
Collection<StepExecution> |
PartitionHandler.handle(StepExecutionSplitter stepSplitter,
StepExecution stepExecution)
Main entry point for
PartitionHandler interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleStepExecutionSplitter
Generic implementation of
StepExecutionSplitter that delegates to a
Partitioner to generate ExecutionContext instances. |
| Modifier and Type | Method and Description |
|---|---|
Collection<StepExecution> |
AbstractPartitionHandler.handle(StepExecutionSplitter stepSplitter,
StepExecution masterStepExecution) |
void |
PartitionStep.setStepExecutionSplitter(StepExecutionSplitter stepExecutionSplitter)
Public setter for mandatory property
StepExecutionSplitter. |
| Modifier and Type | Method and Description |
|---|---|
PartitionStepBuilder |
PartitionStepBuilder.splitter(StepExecutionSplitter splitter)
Provide an explicit
StepExecutionSplitter instead of having one build from the
PartitionStepBuilder.partitioner(String, Partitioner). |
Copyright © 2013. All rights reserved.