Deprecated API


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

Deprecated Enums
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) 
 

Deprecated Methods
org.apache.curator.framework.recipes.cache.PathChildrenCache.start(boolean)
          use PathChildrenCache.start(StartMode) 
 

Deprecated Constructors
org.apache.curator.framework.recipes.leader.LeaderSelector(CuratorFramework, String, ThreadFactory, Executor, LeaderSelectorListener)
          This constructor was poorly thought out. Custom executor is useless. Use this version instead: LeaderSelector.LeaderSelector(CuratorFramework, String, ExecutorService, LeaderSelectorListener) 
org.apache.curator.framework.recipes.cache.PathChildrenCache(CuratorFramework, String, PathChildrenCacheMode)
          use PathChildrenCache.PathChildrenCache(CuratorFramework, String, boolean) instead 
org.apache.curator.framework.recipes.cache.PathChildrenCache(CuratorFramework, String, PathChildrenCacheMode, ThreadFactory)
          use PathChildrenCache.PathChildrenCache(CuratorFramework, String, boolean, ThreadFactory) instead 
 



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