Uses of Interface
org.apache.curator.RetryPolicy
Packages that use RetryPolicy
-
Uses of RetryPolicy in org.apache.curator
Classes in org.apache.curator that implement RetryPolicyModifier and TypeClassDescriptionclassRetryPolicyimplementation that failed on session expired.Methods in org.apache.curator that return RetryPolicyModifier and TypeMethodDescriptionCuratorZookeeperClient.getRetryPolicy()Return the current retry policyMethods in org.apache.curator with parameters of type RetryPolicyModifier and TypeMethodDescriptionvoidCuratorZookeeperClient.setRetryPolicy(RetryPolicy policy) Change the retry policyConstructors in org.apache.curator with parameters of type RetryPolicyModifierConstructorDescriptionCuratorZookeeperClient(String connectString, int sessionTimeoutMs, int connectionTimeoutMs, org.apache.zookeeper.Watcher watcher, RetryPolicy retryPolicy) CuratorZookeeperClient(EnsembleProvider ensembleProvider, int sessionTimeoutMs, int connectionTimeoutMs, org.apache.zookeeper.Watcher watcher, RetryPolicy retryPolicy) CuratorZookeeperClient(ZookeeperFactory zookeeperFactory, EnsembleProvider ensembleProvider, int sessionTimeoutMs, int connectionTimeoutMs, int waitForShutdownTimeoutMs, org.apache.zookeeper.Watcher watcher, RetryPolicy retryPolicy, boolean canBeReadOnly) CuratorZookeeperClient(ZookeeperFactory zookeeperFactory, EnsembleProvider ensembleProvider, int sessionTimeoutMs, int connectionTimeoutMs, org.apache.zookeeper.Watcher watcher, RetryPolicy retryPolicy, boolean canBeReadOnly) SessionFailedRetryPolicy(RetryPolicy delegatePolicy) -
Uses of RetryPolicy in org.apache.curator.retry
Classes in org.apache.curator.retry that implement RetryPolicyModifier and TypeClassDescriptionclassRetry policy that retries a set number of times with an increasing (up to a maximum bound) sleep time between retriesclassRetry policy that retries a set number of times with increasing sleep time between retriesclassRetryPolicyimplementation that always allowsRetry.classRetry policy that retries a max number of timesclassA retry policy that retries only onceclassA retry policy that retries until a given amount of time elapses