Deprecated API


Contents
Deprecated Methods
org.apache.curator.framework.CuratorFramework.isStarted()
          use CuratorFramework.getState() instead 
org.apache.curator.framework.CuratorFramework.nonNamespaceView()
          use CuratorFramework.usingNamespace(java.lang.String) passing null 
org.apache.curator.framework.CuratorFramework.sync(String, Object)
          use CuratorFramework.sync() instead 
org.apache.curator.framework.api.CreateBuilder.withProtectedEphemeralSequential()
          this has been generalized to support all create modes. Instead, use:
     client.create().withProtection().withMode(CreateMode.PERSISTENT_SEQUENTIAL)...
 
 
 



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