| Method and Description |
|---|
| 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:
|
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.