Package org.apache.curator
-
Interface Summary Interface Description RetryPolicy Abstracts the policy to use when retrying connectionsRetrySleeper Abstraction for retry policies to sleep -
Class Summary Class Description CuratorZookeeperClient A wrapper around Zookeeper that takes care of some low-level housekeepingRetryLoop Mechanism to perform an operation on Zookeeper that is safe against disconnections and "recoverable" errors.SessionFailedRetryPolicy RetryPolicy
implementation that failed on session expired.SessionFailRetryLoop SeeRetryLoop
for the main details on retry loops.TimeTrace Utility to time a method or portion of code -
Enum Summary Enum Description SessionFailRetryLoop.Mode -
Exception Summary Exception Description CuratorConnectionLossException This is needed to differentiate between ConnectionLossException thrown by ZooKeeper and ConnectionLossException thrown byConnectionState#checkTimeouts()
SessionFailRetryLoop.SessionFailedException