|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractStep | |
|---|---|
| org.springframework.batch.core.partition.support | |
| org.springframework.batch.core.step.tasklet | Interfaces and generic implementations of tasklet concerns. |
| Uses of AbstractStep in org.springframework.batch.core.partition.support |
|---|
| Subclasses of AbstractStep in org.springframework.batch.core.partition.support | |
|---|---|
class |
PartitionStep
Implementation of Step which partitions the execution and spreads the
load using a PartitionHandler. |
| Uses of AbstractStep in org.springframework.batch.core.step.tasklet |
|---|
| Subclasses of AbstractStep in org.springframework.batch.core.step.tasklet | |
|---|---|
class |
TaskletStep
Simple implementation of executing the step as a call to a Tasklet,
possibly repeated, and each call surrounded by a transaction. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||