Package jakarta.batch.api.chunk


package jakarta.batch.api.chunk
Provides APIs used by artifacts in a Batch chunk step.
Version:
2.0
  • Class
    Description
    The AbstractCheckpointAlgorithm provides default implementations of less commonly implemented methods.
    The AbstractItemReader provides default implementations of less commonly implemented methods.
    The AbstractItemWriter provides default implementations of not commonly implemented methods.
    CheckpointAlgorithm provides a custom checkpoint policy for chunk steps.
    ItemProcessor is used in chunk processing to operate on an input item and produce an output item.
    ItemReader defines the batch artifact that reads items for chunk processing.
    ItemWriter defines the batch artifact that writes to a list of items for chunk processing.