Package org.apache.curator

Interface Summary
RetryPolicy Abstracts the policy to use when retrying connections
RetrySleeper Abstraction for retry policies to sleep
 

Class Summary
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 Summary
SessionFailRetryLoop.Mode  
 

Exception Summary
CuratorConnectionLossException This is needed to differentiate between ConnectionLossException thrown by ZooKeeper and ConnectionLossException thrown by ConnectionState.checkTimeouts()
SessionFailRetryLoop.SessionFailedException  
 



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