|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RetryPolicy | |
|---|---|
| com.netflix.curator | |
| com.netflix.curator.retry | |
| Uses of RetryPolicy in com.netflix.curator |
|---|
| Methods in com.netflix.curator that return RetryPolicy | |
|---|---|
RetryPolicy |
CuratorZookeeperClient.getRetryPolicy()
Return the current retry policy |
| Methods in com.netflix.curator with parameters of type RetryPolicy | |
|---|---|
void |
CuratorZookeeperClient.setRetryPolicy(RetryPolicy policy)
Change the retry policy |
| Constructors in com.netflix.curator with parameters of type RetryPolicy | |
|---|---|
CuratorZookeeperClient(String connectString,
int sessionTimeoutMs,
int connectionTimeoutMs,
org.apache.zookeeper.Watcher watcher,
RetryPolicy retryPolicy)
|
|
| Uses of RetryPolicy in com.netflix.curator.retry |
|---|
| Classes in com.netflix.curator.retry that implement RetryPolicy | |
|---|---|
class |
ExponentialBackoffRetry
Retry policy that retries a set number of times with increasing sleep time between retries |
class |
RetryNTimes
Retry policy that retries a max number of times |
class |
RetryOneTime
A retry policy that retries only once |
class |
RetryUntilElapsed
A retry policy that retries until a given amount of time elapses |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||