| Package | Description |
|---|---|
| org.springframework.batch.core.job.flow | |
| org.springframework.batch.core.partition.support | |
| org.springframework.batch.core.step.job | |
| org.springframework.batch.core.step.tasklet |
Interfaces and generic implementations of tasklet concerns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlowStep
|
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionStep
Implementation of
Step which partitions the execution and spreads the
load using a PartitionHandler. |
| Modifier and Type | Class and Description |
|---|---|
class |
JobStep
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaskletStep
Simple implementation of executing the step as a call to a
Tasklet,
possibly repeated, and each call surrounded by a transaction. |
Copyright © 2013. All Rights Reserved.