Deprecated API


Contents
Deprecated Classes
com.netflix.curator.framework.recipes.locks.InterProcessSemaphore
          Use InterProcessSemaphoreV2 instead of this class. It uses a better algorithm. 
 

Deprecated Enums
com.netflix.curator.framework.recipes.cache.PathChildrenCacheMode
          no longer used. Instead use either PathChildrenCache.PathChildrenCache(CuratorFramework, String, boolean) or PathChildrenCache.PathChildrenCache(CuratorFramework, String, boolean, ThreadFactory) 
 

Deprecated Methods
com.netflix.curator.framework.recipes.cache.PathChildrenCache.start(boolean)
          use PathChildrenCache.start(StartMode) 
 

Deprecated Constructors
com.netflix.curator.framework.recipes.cache.PathChildrenCache(CuratorFramework, String, PathChildrenCacheMode)
          use PathChildrenCache.PathChildrenCache(CuratorFramework, String, boolean) instead 
com.netflix.curator.framework.recipes.cache.PathChildrenCache(CuratorFramework, String, PathChildrenCacheMode, ThreadFactory)
          use PathChildrenCache.PathChildrenCache(CuratorFramework, String, boolean, ThreadFactory) instead