|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StepExecutionSplitter | |
|---|---|
| org.springframework.batch.core.partition | |
| org.springframework.batch.core.partition.support | |
| org.springframework.batch.core.step.builder | |
| Uses of StepExecutionSplitter in org.springframework.batch.core.partition |
|---|
| Methods in org.springframework.batch.core.partition with parameters of type StepExecutionSplitter | |
|---|---|
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 | |
|---|---|
Collection<StepExecution> |
AbstractPartitionHandler.handle(StepExecutionSplitter stepSplitter,
StepExecution masterStepExecution)
|
void |
PartitionStep.setStepExecutionSplitter(StepExecutionSplitter stepExecutionSplitter)
Public setter for mandatory property StepExecutionSplitter. |
| Uses of StepExecutionSplitter in org.springframework.batch.core.step.builder |
|---|
| Methods in org.springframework.batch.core.step.builder with parameters of type StepExecutionSplitter | |
|---|---|
PartitionStepBuilder |
PartitionStepBuilder.splitter(StepExecutionSplitter splitter)
Provide an explicit StepExecutionSplitter instead of having one build from the
PartitionStepBuilder.partitioner(String, Partitioner). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||