Interface | Description |
---|---|
RetryPolicy |
Abstracts the policy to use when retrying connections
|
RetrySleeper |
Abstraction for retry policies to sleep
|
Class | Description |
---|---|
CuratorZookeeperClient |
A wrapper around Zookeeper that takes care of some low-level housekeeping
|
RetryLoop |
Mechanism to perform an operation on Zookeeper that is safe against
disconnections and "recoverable" errors.
|
SessionFailRetryLoop |
See
RetryLoop for the main details on retry loops. |
TimeTrace |
Utility to time a method or portion of code
|
Enum | Description |
---|---|
SessionFailRetryLoop.Mode |
Exception | Description |
---|---|
CuratorConnectionLossException |
This is needed to differentiate between ConnectionLossException thrown by ZooKeeper
and ConnectionLossException thrown by
ConnectionState.checkTimeouts() |
SessionFailRetryLoop.SessionFailedException |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.