| 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 |
|---|---|
| SessionFailRetryLoop.SessionFailedException |