@NonNullApi
See: Description
| Class | Description |
|---|---|
| JsrPartitionHandler |
Executes a step instance per thread using a
ThreadPoolTaskExecutor in
accordance with JSR-352. |
| JsrPartitionHandler.PartitionPlanState |
Since a
PartitionPlan could provide dynamic data (different results from run to run),
the batch runtime needs to save off the results for restarts. |
| JsrStepExecutionSplitter |
Provides JSR-352 specific behavior for the splitting of
StepExecutions. |
| PartitionCollectorAdapter |
Adapter class used to wrap a
PartitionCollector so that it can be consumed
as a ChunkListener. |