Class and Description |
---|
org.apache.curator.framework.recipes.locks.InterProcessSemaphore
Use
InterProcessSemaphoreV2 instead of this class. It uses a better algorithm. |
Enum and Description |
---|
org.apache.curator.framework.recipes.cache.PathChildrenCacheMode
no longer used. Instead use either
PathChildrenCache.PathChildrenCache(CuratorFramework, String, boolean)
or PathChildrenCache.PathChildrenCache(CuratorFramework, String, boolean, ThreadFactory) |
Method and Description |
---|
org.apache.curator.x.discovery.server.rest.DiscoveryResource.getDeprecated(String, String) |
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.recipes.cache.PathChildrenCache.start(boolean) |
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–2013 The Apache Software Foundation. All rights reserved.