Uses of Interface
org.springframework.batch.retry.policy.RetryContextCache

Packages that use RetryContextCache
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. 
 

Uses of RetryContextCache in org.springframework.batch.core.step.item
 

Methods in org.springframework.batch.core.step.item with parameters of type RetryContextCache
 void FaultTolerantStepFactoryBean.setRetryContextCache(RetryContextCache retryContextCache)
          Override the default retry context cache for retry of chunk processing.
 void BatchRetryTemplate.setRetryContextCache(RetryContextCache retryContextCache)
           
 

Uses of RetryContextCache in org.springframework.batch.retry.policy
 

Classes in org.springframework.batch.retry.policy that implement RetryContextCache
 class MapRetryContextCache
          Map-based implementation of RetryContextCache.
 class SoftReferenceMapRetryContextCache
          Map-based implementation of RetryContextCache.
 

Uses of RetryContextCache in org.springframework.batch.retry.support
 

Methods in org.springframework.batch.retry.support with parameters of type RetryContextCache
 void RetryTemplate.setRetryContextCache(RetryContextCache retryContextCache)
          Public setter for the RetryContextCache.
 



Copyright © 2013 SpringSource. All Rights Reserved.