类 CheckpointSupport

  • 所有已实现的接口:
    ItemStream
    直接已知子类:
    ItemReaderAdapter, ItemWriterAdapter

    public abstract class CheckpointSupport
    extends ItemStreamSupport
    Provides support for JSR-352 checkpointing. Checkpoint objects are copied prior to being added to the ExecutionContext for persistence by the framework. If the checkpoint object cannot be copied and further changes occur to the same instance, side effects may occur. In cases like this, it is recommended that a copy of the object being acted upon in the reader/writer is returned via the ItemReader.checkpointInfo() or ItemWriter.checkpointInfo() calls.
    从以下版本开始:
    3.0
    作者:
    Michael Minella