|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BackOffInterruptedException | |
---|---|
org.springframework.batch.retry.backoff | Infrastructure implementations of retry backoff concerns. |
Uses of BackOffInterruptedException in org.springframework.batch.retry.backoff |
---|
Methods in org.springframework.batch.retry.backoff that throw BackOffInterruptedException | |
---|---|
void |
ExponentialBackOffPolicy.backOff(BackOffContext backOffContext)
Pause for a length of time equal to ' exp(backOffContext.expSeed) '. |
void |
StatelessBackOffPolicy.backOff(BackOffContext backOffContext)
Delegates directly to the StatelessBackOffPolicy.doBackOff() method without passing on
the BackOffContext argument which is not needed for stateless
implementations. |
void |
BackOffPolicy.backOff(BackOffContext backOffContext)
Back off/pause in an implementation-specific fashion. |
protected void |
NoBackOffPolicy.doBackOff()
|
protected abstract void |
StatelessBackOffPolicy.doBackOff()
Sub-classes should implement this method to perform the actual back off. |
protected void |
FixedBackOffPolicy.doBackOff()
Pause for the FixedBackOffPolicy.setBackOffPeriod(long) . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |