java.lang.Object | |
↳ | com.netflix.astyanax.retry.SleepingRetryPolicy |
![]() |
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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