Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.batch.core.step.item Classes and Interfaces - 17 results found.
NameDescriptionTypePackageFramework
BatchRetryTemplateA special purpose retry template that deals specifically with multi-valuedstateful retry.Classorg.springframework.batch.core.step.itemSpring Batch
ChunkEncapsulation of a list of items to be processed and possibly a list offailed items to be skipped.Classorg.springframework.batch.core.step.itemSpring Batch
ChunkMonitorManage the offset data between the last successful commit and updates made toan input chunk.Classorg.springframework.batch.core.step.itemSpring Batch
ChunkMonitor .ChunkMonitorDataClassorg.springframework.batch.core.step.item.ChunkMonitorSpring Batch
ChunkOrientedTaskletClassorg.springframework.batch.core.step.itemSpring Batch
ChunkProcessorInterface defined for processing Chunks.Interfaceorg.springframework.batch.core.step.itemSpring Batch
ChunkProviderInterface for providing Chunks to be processed, used by theChunkOrientedTaskletInterfaceorg.springframework.batch.core.step.itemSpring Batch
DefaultItemFailureHandlerDefault implementation of the ItemListenerSupport class thatwrites all exceptions via commons logging.Classorg.springframework.batch.core.step.itemSpring Batch
FaultTolerantChunkProcessorFaultTolerant implementation of the ChunkProcessor interface, thatallows for skipping or retry of items that cause exceptions during writing.Classorg.springframework.batch.core.step.itemSpring Batch
FaultTolerantChunkProviderFaultTolerant implementation of the ChunkProcessor interface, thatallows for skipping or retry of items that cause exceptions during reading orClassorg.springframework.batch.core.step.itemSpring Batch
ForceRollbackForWriteSkipExceptionFatal exception to be thrown when a rollback must be forced, typically aftercatching an exception that otherwise would not cause a rollback.Classorg.springframework.batch.core.step.itemSpring Batch
KeyGeneratorInterface for defining keys to uniquely identify items.Interfaceorg.springframework.batch.core.step.itemSpring Batch
SimpleChunkProcessorSimple implementation of the ChunkProcessor interface that handlesbasic item writing and processing.Classorg.springframework.batch.core.step.itemSpring Batch
SimpleChunkProviderSimple implementation of the ChunkProvider interface that does basic chunkproviding from an ItemReader.Classorg.springframework.batch.core.step.itemSpring Batch
SimpleRetryExceptionHandlerAn ExceptionHandler that is aware of the retry context so that it candistinguish between a fatal exception and one that can be retried.Classorg.springframework.batch.core.step.itemSpring Batch
SkipOverflowExceptionClassorg.springframework.batch.core.step.itemSpring Batch
SkipWrapperWrapper for an item and its exception if it failed processing.Classorg.springframework.batch.core.step.itemSpring Batch