Uses of Interface
org.apache.curator.RetryPolicy

Packages that use RetryPolicy
org.apache.curator   
org.apache.curator.ensemble.exhibitor   
org.apache.curator.retry   
 

Uses of RetryPolicy in org.apache.curator
 

Methods in org.apache.curator that return RetryPolicy
 RetryPolicy CuratorZookeeperClient.getRetryPolicy()
          Return the current retry policy
 

Methods in org.apache.curator with parameters of type RetryPolicy
 void CuratorZookeeperClient.setRetryPolicy(RetryPolicy policy)
          Change the retry policy
 

Constructors in org.apache.curator with parameters of type RetryPolicy
CuratorZookeeperClient(EnsembleProvider ensembleProvider, int sessionTimeoutMs, int connectionTimeoutMs, org.apache.zookeeper.Watcher watcher, RetryPolicy retryPolicy)
           
CuratorZookeeperClient(String connectString, int sessionTimeoutMs, int connectionTimeoutMs, org.apache.zookeeper.Watcher watcher, RetryPolicy retryPolicy)
           
CuratorZookeeperClient(ZookeeperFactory zookeeperFactory, EnsembleProvider ensembleProvider, int sessionTimeoutMs, int connectionTimeoutMs, org.apache.zookeeper.Watcher watcher, RetryPolicy retryPolicy, boolean canBeReadOnly)
           
 

Uses of RetryPolicy in org.apache.curator.ensemble.exhibitor
 

Constructors in org.apache.curator.ensemble.exhibitor with parameters of type RetryPolicy
ExhibitorEnsembleProvider(Exhibitors exhibitors, ExhibitorRestClient restClient, String restUriPath, int pollingMs, RetryPolicy retryPolicy)
           
 

Uses of RetryPolicy in org.apache.curator.retry
 

Classes in org.apache.curator.retry that implement RetryPolicy
 class BoundedExponentialBackoffRetry
          Retry policy that retries a set number of times with an increasing (up to a maximum bound) sleep time between retries
 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
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.