| java.lang.Object | |
| ↳ | com.netflix.astyanax.retry.SleepingRetryPolicy |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Base sleeping retry policy with optional count limit. The sleep time is delegated to the subclass.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Ask the policy if a retry is allowed.
| |||||||||||
Operation is starting
| |||||||||||
Operation has failed
| |||||||||||
Return the number of attempts since begin was called
| |||||||||||
Operation has completed successfully
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.netflix.astyanax.retry.RetryPolicy
| |||||||||||
Ask the policy if a retry is allowed. This may internally sleep
Operation is starting
Return the number of attempts since begin was called
Operation has completed successfully