Package | Description |
---|---|
org.springframework.batch.core.partition | |
org.springframework.batch.core.partition.support |
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> |
TaskExecutorPartitionHandler.handle(StepExecutionSplitter stepExecutionSplitter,
StepExecution masterStepExecution) |
void |
PartitionStep.setStepExecutionSplitter(StepExecutionSplitter stepExecutionSplitter)
Public setter for mandatory property
StepExecutionSplitter . |
Copyright © 2013 SpringSource. All rights reserved.