Uses of Class
org.apache.curator.CuratorZookeeperClient
-
Packages that use CuratorZookeeperClient Package Description org.apache.curator org.apache.curator.connection org.apache.curator.utils -
-
Uses of CuratorZookeeperClient in org.apache.curator
Methods in org.apache.curator with parameters of type CuratorZookeeperClient Modifier and Type Method Description static <T> TRetryLoop. callWithRetry(CuratorZookeeperClient client, java.util.concurrent.Callable<T> proc)Convenience utility: creates a retry loop calling the given proc and retrying if neededstatic <T> TSessionFailRetryLoop. callWithRetry(CuratorZookeeperClient client, SessionFailRetryLoop.Mode mode, java.util.concurrent.Callable<T> proc)Convenience utility: creates a "session fail" retry loop calling the given proc -
Uses of CuratorZookeeperClient in org.apache.curator.connection
Methods in org.apache.curator.connection with parameters of type CuratorZookeeperClient Modifier and Type Method Description <T> TConnectionHandlingPolicy. callWithRetry(CuratorZookeeperClient client, java.util.concurrent.Callable<T> proc)Called byRetryLoop.callWithRetry(CuratorZookeeperClient, Callable)to do the work of retrying<T> TStandardConnectionHandlingPolicy. callWithRetry(CuratorZookeeperClient client, java.util.concurrent.Callable<T> proc) -
Uses of CuratorZookeeperClient in org.apache.curator.utils
Methods in org.apache.curator.utils with parameters of type CuratorZookeeperClient Modifier and Type Method Description voidEnsurePath. ensure(CuratorZookeeperClient client)Deprecated.First time, synchronizes and makes sure all nodes in the path are created.
-