Uses of Class
org.springframework.batch.item.ExecutionContext
Packages that use ExecutionContext
Package
Description
Infrastructure interfaces and primary dependencies for item concerns.
Infrastructure implementations of database based item readers and writers.
Infrastructure implementations of io file concerns.
Apache Kafka related readers and writers
Internal support package
Infrastructure implementations of xml input and output.
-
Uses of ExecutionContext in org.springframework.batch.item
Methods in org.springframework.batch.item with parameters of type ExecutionContextModifier and TypeMethodDescriptiondefault voidItemStream.open(ExecutionContext executionContext) Open the stream for the providedExecutionContext.default voidItemStream.update(ExecutionContext executionContext) Indicates that the execution context provided during open is about to be saved.Constructors in org.springframework.batch.item with parameters of type ExecutionContextModifierConstructorDescriptionExecutionContext(ExecutionContext executionContext) Initializes a newExecutionContextwith the contents of anotherExecutionContext. -
Uses of ExecutionContext in org.springframework.batch.item.avro
Methods in org.springframework.batch.item.avro with parameters of type ExecutionContext -
Uses of ExecutionContext in org.springframework.batch.item.database
Methods in org.springframework.batch.item.database with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidJdbcPagingItemReader.open(ExecutionContext executionContext) voidJdbcPagingItemReader.update(ExecutionContext executionContext) voidJpaCursorItemReader.update(ExecutionContext executionContext) -
Uses of ExecutionContext in org.springframework.batch.item.file
Methods in org.springframework.batch.item.file with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidMultiResourceItemReader.open(ExecutionContext executionContext) Figure out which resource to start with in case of restart, open the delegate and restore delegate's position in the resource.voidMultiResourceItemWriter.open(ExecutionContext executionContext) voidResourcesItemReader.open(ExecutionContext executionContext) voidMultiResourceItemReader.update(ExecutionContext executionContext) Store the current resource index and position in the resource.voidMultiResourceItemWriter.update(ExecutionContext executionContext) voidResourcesItemReader.update(ExecutionContext executionContext) -
Uses of ExecutionContext in org.springframework.batch.item.kafka
Methods in org.springframework.batch.item.kafka with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidKafkaItemReader.open(ExecutionContext executionContext) voidKafkaItemReader.update(ExecutionContext executionContext) -
Uses of ExecutionContext in org.springframework.batch.item.redis
Methods in org.springframework.batch.item.redis with parameters of type ExecutionContext -
Uses of ExecutionContext in org.springframework.batch.item.support
Methods in org.springframework.batch.item.support with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidAbstractFileItemWriter.open(ExecutionContext executionContext) Initialize the reader.voidAbstractItemCountingItemStreamItemReader.open(ExecutionContext executionContext) voidCompositeItemReader.open(ExecutionContext executionContext) voidCompositeItemStream.open(ExecutionContext executionContext) Broadcast the call to open.voidCompositeItemWriter.open(ExecutionContext executionContext) voidSingleItemPeekableItemReader.open(ExecutionContext executionContext) If the delegate is anItemStream, just pass the call on, otherwise reset the peek cache.voidSynchronizedItemStreamReader.open(ExecutionContext executionContext) voidSynchronizedItemStreamWriter.open(ExecutionContext executionContext) voidAbstractFileItemWriter.OutputState.restoreFrom(ExecutionContext executionContext) voidAbstractFileItemWriter.update(ExecutionContext executionContext) voidAbstractItemCountingItemStreamItemReader.update(ExecutionContext executionContext) voidCompositeItemReader.update(ExecutionContext executionContext) voidCompositeItemStream.update(ExecutionContext executionContext) Simple aggregateExecutionContextprovider for the contributions registered under the given key.voidCompositeItemWriter.update(ExecutionContext executionContext) voidSingleItemPeekableItemReader.update(ExecutionContext executionContext) If there is a cached peek, then retrieve the execution context state from that point.voidSynchronizedItemStreamReader.update(ExecutionContext executionContext) voidSynchronizedItemStreamWriter.update(ExecutionContext executionContext) -
Uses of ExecutionContext in org.springframework.batch.item.xml
Methods in org.springframework.batch.item.xml with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidStaxEventItemWriter.open(ExecutionContext executionContext) Open the output sourcevoidStaxEventItemWriter.update(ExecutionContext executionContext) Get the restart data.