|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BackOffPolicy | |
---|---|
org.springframework.batch.core.step.item | Specific implementations of step concerns for item-oriented approach. |
org.springframework.batch.retry.backoff | Infrastructure implementations of retry backoff concerns. |
org.springframework.batch.retry.support | Infrastructure implementations of retry support concerns. |
Uses of BackOffPolicy in org.springframework.batch.core.step.item |
---|
Methods in org.springframework.batch.core.step.item with parameters of type BackOffPolicy | |
---|---|
void |
SkipLimitStepFactoryBean.setBackOffPolicy(BackOffPolicy backOffPolicy)
Public setter for the BackOffPolicy . |
Uses of BackOffPolicy in org.springframework.batch.retry.backoff |
---|
Classes in org.springframework.batch.retry.backoff that implement BackOffPolicy | |
---|---|
class |
ExponentialBackOffPolicy
Implementation of BackOffPolicy that increases the back off period
for each retry attempt in a given set using the
exponential function. |
class |
FixedBackOffPolicy
Implementation of BackOffPolicy that pauses for a fixed period of
time before continuing. |
class |
NoBackOffPolicy
Implementation of BackOffPolicy that performs a no-op and as such all
retry operation in a given set proceed one after the other with no pause. |
class |
StatelessBackOffPolicy
Simple base class for BackOffPolicy implementations that maintain no
state across invocations. |
Uses of BackOffPolicy in org.springframework.batch.retry.support |
---|
Methods in org.springframework.batch.retry.support with parameters of type BackOffPolicy | |
---|---|
void |
RetryTemplate.setBackOffPolicy(BackOffPolicy backOffPolicy)
Setter for BackOffPolicy . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |