JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
E
F
G
I
N
R
S
T
U
W
A
AfterFailedTryListener
- Interface in
com.evanlennick.retry4j.handlers
B
BackoffStrategy
- Interface in
com.evanlennick.retry4j.backoff
BeforeNextTryListener
- Interface in
com.evanlennick.retry4j.handlers
build()
- Method in class com.evanlennick.retry4j.
RetryConfigBuilder
C
CallExecutor
- Class in
com.evanlennick.retry4j
CallExecutor()
- Constructor for class com.evanlennick.retry4j.
CallExecutor
CallExecutor(RetryConfig)
- Constructor for class com.evanlennick.retry4j.
CallExecutor
CallResults
<
T
> - Class in
com.evanlennick.retry4j
CallResults()
- Constructor for class com.evanlennick.retry4j.
CallResults
com.evanlennick.retry4j
- package com.evanlennick.retry4j
com.evanlennick.retry4j.backoff
- package com.evanlennick.retry4j.backoff
com.evanlennick.retry4j.exception
- package com.evanlennick.retry4j.exception
com.evanlennick.retry4j.handlers
- package com.evanlennick.retry4j.handlers
E
execute(Callable<?>)
- Method in class com.evanlennick.retry4j.
CallExecutor
ExponentialBackoffStrategy
- Class in
com.evanlennick.retry4j.backoff
ExponentialBackoffStrategy()
- Constructor for class com.evanlennick.retry4j.backoff.
ExponentialBackoffStrategy
F
failOnAnyException()
- Method in class com.evanlennick.retry4j.
RetryConfigBuilder
FibonacciBackoffStrategy
- Class in
com.evanlennick.retry4j.backoff
FibonacciBackoffStrategy()
- Constructor for class com.evanlennick.retry4j.backoff.
FibonacciBackoffStrategy
FixedBackoffStrategy
- Class in
com.evanlennick.retry4j.backoff
FixedBackoffStrategy()
- Constructor for class com.evanlennick.retry4j.backoff.
FixedBackoffStrategy
G
getBackoffStrategy()
- Method in class com.evanlennick.retry4j.
RetryConfig
getCallName()
- Method in class com.evanlennick.retry4j.
CallResults
getCallResults()
- Method in exception com.evanlennick.retry4j.exception.
RetriesExhaustedException
getDelayBetweenRetries()
- Method in class com.evanlennick.retry4j.
RetryConfig
getEndTime()
- Method in class com.evanlennick.retry4j.
CallResults
getMaxNumberOfTries()
- Method in class com.evanlennick.retry4j.
RetryConfig
getMillisToWait(int, Duration)
- Method in interface com.evanlennick.retry4j.backoff.
BackoffStrategy
getMillisToWait(int, Duration)
- Method in class com.evanlennick.retry4j.backoff.
ExponentialBackoffStrategy
getMillisToWait(int, Duration)
- Method in class com.evanlennick.retry4j.backoff.
FibonacciBackoffStrategy
getMillisToWait(int, Duration)
- Method in class com.evanlennick.retry4j.backoff.
FixedBackoffStrategy
getMillisToWait(int, Duration)
- Method in class com.evanlennick.retry4j.backoff.
NoWaitBackoffStrategy
getMillisToWait(int, Duration)
- Method in class com.evanlennick.retry4j.backoff.
RandomBackoffStrategy
getMillisToWait(int, Duration)
- Method in class com.evanlennick.retry4j.backoff.
RandomExponentialBackoffStrategy
getResult()
- Method in class com.evanlennick.retry4j.
CallResults
getRetryOnSpecificExceptions()
- Method in class com.evanlennick.retry4j.
RetryConfig
getStartTime()
- Method in class com.evanlennick.retry4j.
CallResults
getTotalElapsedDuration()
- Method in class com.evanlennick.retry4j.
CallResults
getTotalTries()
- Method in class com.evanlennick.retry4j.
CallResults
I
immediatelyAfterFailedTry(CallResults)
- Method in interface com.evanlennick.retry4j.handlers.
AfterFailedTryListener
immediatelyBeforeNextTry(CallResults)
- Method in interface com.evanlennick.retry4j.handlers.
BeforeNextTryListener
isRetryOnAnyException()
- Method in class com.evanlennick.retry4j.
RetryConfig
isWasSuccessful()
- Method in class com.evanlennick.retry4j.
CallResults
N
NoWaitBackoffStrategy
- Class in
com.evanlennick.retry4j.backoff
NoWaitBackoffStrategy()
- Constructor for class com.evanlennick.retry4j.backoff.
NoWaitBackoffStrategy
R
RandomBackoffStrategy
- Class in
com.evanlennick.retry4j.backoff
RandomBackoffStrategy()
- Constructor for class com.evanlennick.retry4j.backoff.
RandomBackoffStrategy
RandomBackoffStrategy(int)
- Constructor for class com.evanlennick.retry4j.backoff.
RandomBackoffStrategy
RandomExponentialBackoffStrategy
- Class in
com.evanlennick.retry4j.backoff
RandomExponentialBackoffStrategy()
- Constructor for class com.evanlennick.retry4j.backoff.
RandomExponentialBackoffStrategy
registerRetryListener(RetryListener)
- Method in class com.evanlennick.retry4j.
CallExecutor
RetriesExhaustedException
- Exception in
com.evanlennick.retry4j.exception
This exception represents a call execution that never succeeded after exhausting all retries.
RetriesExhaustedException(CallResults)
- Constructor for exception com.evanlennick.retry4j.exception.
RetriesExhaustedException
RetriesExhaustedException(String, CallResults)
- Constructor for exception com.evanlennick.retry4j.exception.
RetriesExhaustedException
RetryConfig
- Class in
com.evanlennick.retry4j
RetryConfig()
- Constructor for class com.evanlennick.retry4j.
RetryConfig
RetryConfigBuilder
- Class in
com.evanlennick.retry4j
RetryConfigBuilder()
- Constructor for class com.evanlennick.retry4j.
RetryConfigBuilder
RetryListener
- Interface in
com.evanlennick.retry4j.handlers
retryOnAnyException()
- Method in class com.evanlennick.retry4j.
RetryConfigBuilder
retryOnSpecificExceptions(Class<? extends Exception>...)
- Method in class com.evanlennick.retry4j.
RetryConfigBuilder
S
setBackoffStrategy(BackoffStrategy)
- Method in class com.evanlennick.retry4j.
RetryConfig
setCallName(String)
- Method in class com.evanlennick.retry4j.
CallResults
setDelayBetweenRetries(Duration)
- Method in class com.evanlennick.retry4j.
RetryConfig
setEndTime(long)
- Method in class com.evanlennick.retry4j.
CallResults
setMaxNumberOfTries(int)
- Method in class com.evanlennick.retry4j.
RetryConfig
setResult(T)
- Method in class com.evanlennick.retry4j.
CallResults
setRetryOnAnyException(boolean)
- Method in class com.evanlennick.retry4j.
RetryConfig
setRetryOnSpecificExceptions(Set<Class<? extends Exception>>)
- Method in class com.evanlennick.retry4j.
RetryConfig
setStartTime(long)
- Method in class com.evanlennick.retry4j.
CallResults
setSuccessful(boolean)
- Method in class com.evanlennick.retry4j.
CallResults
setTotalElapsedDuration(Duration)
- Method in class com.evanlennick.retry4j.
CallResults
setTotalTries(int)
- Method in class com.evanlennick.retry4j.
CallResults
setWasSuccessful(boolean)
- Method in class com.evanlennick.retry4j.
CallResults
simpleExponentialConfig()
- Static method in class com.evanlennick.retry4j.
RetryConfig
simpleFibonacciConfig()
- Static method in class com.evanlennick.retry4j.
RetryConfig
simpleFixedConfig()
- Static method in class com.evanlennick.retry4j.
RetryConfig
T
toString()
- Method in class com.evanlennick.retry4j.
CallResults
toString()
- Method in class com.evanlennick.retry4j.
RetryConfig
U
UnexpectedException
- Exception in
com.evanlennick.retry4j.exception
This exception represents when a call throws an exception that was not specified as one to retry on in the RetryConfig.
UnexpectedException()
- Constructor for exception com.evanlennick.retry4j.exception.
UnexpectedException
UnexpectedException(String)
- Constructor for exception com.evanlennick.retry4j.exception.
UnexpectedException
UnexpectedException(String, Throwable)
- Constructor for exception com.evanlennick.retry4j.exception.
UnexpectedException
UnexpectedException(Throwable)
- Constructor for exception com.evanlennick.retry4j.exception.
UnexpectedException
W
wasSuccessful()
- Method in class com.evanlennick.retry4j.
CallResults
withBackoffStrategy(BackoffStrategy)
- Method in class com.evanlennick.retry4j.
RetryConfigBuilder
withDelayBetweenTries(Duration)
- Method in class com.evanlennick.retry4j.
RetryConfigBuilder
withDelayBetweenTries(int)
- Method in class com.evanlennick.retry4j.
RetryConfigBuilder
withDelayBetweenTries(long)
- Method in class com.evanlennick.retry4j.
RetryConfigBuilder
withExponentialBackoff()
- Method in class com.evanlennick.retry4j.
RetryConfigBuilder
withFibonacciBackoff()
- Method in class com.evanlennick.retry4j.
RetryConfigBuilder
withFixedBackoff()
- Method in class com.evanlennick.retry4j.
RetryConfigBuilder
withMaxNumberOfTries(int)
- Method in class com.evanlennick.retry4j.
RetryConfigBuilder
withNoWaitBackoff()
- Method in class com.evanlennick.retry4j.
RetryConfigBuilder
withRandomBackoff()
- Method in class com.evanlennick.retry4j.
RetryConfigBuilder
withRandomExponentialBackoff()
- Method in class com.evanlennick.retry4j.
RetryConfigBuilder
A
B
C
E
F
G
I
N
R
S
T
U
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015. All rights reserved.