Package | Description |
---|---|
org.springframework.batch.core.step.item |
Specific implementations of step concerns for item-oriented approach.
|
org.springframework.batch.retry.policy |
Infrastructure implementations of retry policy concerns.
|
org.springframework.batch.retry.support |
Infrastructure implementations of retry support concerns.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchRetryTemplate.setRetryContextCache(RetryContextCache retryContextCache) |
void |
FaultTolerantStepFactoryBean.setRetryContextCache(RetryContextCache retryContextCache)
Override the default retry context cache for retry of chunk processing.
|
Modifier and Type | Class and Description |
---|---|
class |
MapRetryContextCache
Map-based implementation of
RetryContextCache . |
class |
SoftReferenceMapRetryContextCache
Map-based implementation of
RetryContextCache . |
Modifier and Type | Method and Description |
---|---|
void |
RetryTemplate.setRetryContextCache(RetryContextCache retryContextCache)
Public setter for the
RetryContextCache . |
Copyright © 2013 SpringSource. All rights reserved.