| 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.framework.recipes.cache.PathChildrenCache.start(boolean) |
| Constructor and Description |
|---|
| 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) |
| org.apache.curator.framework.recipes.cache.PathChildrenCache(CuratorFramework, String, PathChildrenCacheMode, ThreadFactory) |
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.