Package | Description |
---|---|
org.springframework.batch.core.step.item |
Specific implementations of step concerns for item-oriented approach.
|
org.springframework.batch.item |
Infrastructure interfaces and primary dependencies for item concerns.
|
org.springframework.batch.item.database |
Infrastructure implementations of database based item readers and writers.
|
org.springframework.batch.item.file |
Infrastructure implementations of io file concerns.
|
org.springframework.batch.item.support |
Internal support package
|
org.springframework.batch.sample.domain.trade.internal |
Modifier and Type | Method and Description |
---|---|
void |
ChunkMonitor.close() |
void |
ChunkMonitor.open(ExecutionContext executionContext) |
void |
ChunkMonitor.update(ExecutionContext executionContext) |
Modifier and Type | Method and Description |
---|---|
void |
ItemStream.close()
If any resources are needed for the stream to operate they need to be destroyed here.
|
void |
ItemStream.open(ExecutionContext executionContext)
Open the stream for the provided
ExecutionContext . |
void |
ItemStream.update(ExecutionContext executionContext)
Indicates that the execution context provided during open is about to be saved.
|
Modifier and Type | Method and Description |
---|---|
void |
JdbcPagingItemReader.update(ExecutionContext executionContext) |
void |
HibernateCursorItemReader.update(ExecutionContext executionContext)
Update the context and clear the session if stateful.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiResourceItemWriter.close() |
void |
MultiResourceItemReader.close()
Close the
MultiResourceItemReader.setDelegate(ResourceAwareItemReaderItemStream) reader and reset instance variable values. |
void |
ResourcesItemReader.open(ExecutionContext executionContext) |
void |
MultiResourceItemWriter.open(ExecutionContext executionContext) |
void |
MultiResourceItemReader.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.
|
void |
FlatFileItemWriter.open(ExecutionContext executionContext)
Initialize the reader.
|
void |
ResourcesItemReader.update(ExecutionContext executionContext) |
void |
MultiResourceItemWriter.update(ExecutionContext executionContext) |
void |
MultiResourceItemReader.update(ExecutionContext executionContext)
Store the current resource index and position in the resource.
|
Modifier and Type | Method and Description |
---|---|
void |
SingleItemPeekableItemReader.close()
If the delegate is an
ItemStream , just pass the call on,
otherwise reset the peek cache. |
void |
CompositeItemWriter.close() |
void |
CompositeItemStream.close()
Broadcast the call to close.
|
void |
AbstractItemCountingItemStreamItemReader.close() |
void |
SingleItemPeekableItemReader.open(ExecutionContext executionContext)
If the delegate is an
ItemStream , just pass the call on,
otherwise reset the peek cache. |
void |
CompositeItemWriter.open(ExecutionContext executionContext) |
void |
CompositeItemStream.open(ExecutionContext executionContext)
Broadcast the call to open.
|
void |
AbstractItemCountingItemStreamItemReader.open(ExecutionContext executionContext) |
void |
SingleItemPeekableItemReader.update(ExecutionContext executionContext)
If there is a cached peek, then retrieve the execution context state from
that point.
|
void |
CompositeItemWriter.update(ExecutionContext executionContext) |
void |
AbstractItemCountingItemStreamItemReader.update(ExecutionContext executionContext) |
Modifier and Type | Method and Description |
---|---|
void |
TradeWriter.open(ExecutionContext executionContext) |
Copyright © 2014 Pivotal. All rights reserved.