|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StepExecutionSplitter | |
|---|---|
| org.springframework.batch.core.partition | |
| org.springframework.batch.core.partition.support | |
| Uses of StepExecutionSplitter in org.springframework.batch.core.partition |
|---|
| Methods in org.springframework.batch.core.partition with parameters of type StepExecutionSplitter | |
|---|---|
java.util.Collection<StepExecution> |
PartitionHandler.handle(StepExecutionSplitter stepSplitter,
StepExecution stepExecution)
Main entry point for PartitionHandler interface. |
| Uses of StepExecutionSplitter in org.springframework.batch.core.partition.support |
|---|
| Classes in org.springframework.batch.core.partition.support that implement StepExecutionSplitter | |
|---|---|
class |
SimpleStepExecutionSplitter
Generic implementation of StepExecutionSplitter that delegates to a
Partitioner to generate ExecutionContext instances. |
| Methods in org.springframework.batch.core.partition.support with parameters of type StepExecutionSplitter | |
|---|---|
java.util.Collection<StepExecution> |
TaskExecutorPartitionHandler.handle(StepExecutionSplitter stepExecutionSplitter,
StepExecution masterStepExecution)
|
void |
PartitionStep.setStepExecutionSplitter(StepExecutionSplitter stepExecutionSplitter)
Public setter for mandatory property StepExecutionSplitter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||