Package | Description |
---|---|
org.springframework.batch.core.step.builder | |
org.springframework.batch.core.step.factory | |
org.springframework.batch.core.step.item |
Specific implementations of step concerns for item-oriented approach.
|
Class and Description |
---|
KeyGenerator
Interface for defining keys to uniquely identify items.
|
Class and Description |
---|
KeyGenerator
Interface for defining keys to uniquely identify items.
|
Class and Description |
---|
BatchRetryTemplate
A special purpose retry template that deals specifically with multi-valued
stateful retry.
|
Chunk
Encapsulation of a list of items to be processed and possibly a list of
failed items to be skipped.
|
Chunk.ChunkIterator
Special iterator for a chunk providing the
Chunk.ChunkIterator.remove(Throwable)
method for dynamically removing an item and adding it to the skips. |
ChunkMonitor
Manage the offset data between the last successful commit and updates made to
an input chunk.
|
ChunkProcessor
Interface defined for processing
Chunk s. |
ChunkProvider
Interface for providing
Chunk s to be processed, used by the
ChunkOrientedTasklet |
KeyGenerator
Interface for defining keys to uniquely identify items.
|
SimpleChunkProcessor
Simple implementation of the
ChunkProcessor interface that handles
basic item writing and processing. |
SimpleChunkProvider
Simple implementation of the ChunkProvider interface that does basic chunk
providing from an
ItemReader . |
SkipOverflowException |
SkipWrapper
Wrapper for an item and its exception if it failed processing.
|
Copyright © 2019 Pivotal. All rights reserved.