|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChunkProvider | |
|---|---|
| org.springframework.batch.core.step.item | Specific implementations of step concerns for item-oriented approach. |
| Uses of ChunkProvider in org.springframework.batch.core.step.item |
|---|
| Classes in org.springframework.batch.core.step.item that implement ChunkProvider | |
|---|---|
class |
FaultTolerantChunkProvider<I>
FaultTolerant implementation of the ChunkProcessor interface, that
allows for skipping or retry of items that cause exceptions during reading or
processing. |
class |
SimpleChunkProvider<I>
Simple implementation of the ChunkProvider interface that does basic chunk providing from an ItemReader. |
| Constructors in org.springframework.batch.core.step.item with parameters of type ChunkProvider | |
|---|---|
ChunkOrientedTasklet(ChunkProvider<I> chunkProvider,
ChunkProcessor<I> chunkProcessor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||