|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PathChildrenCacheMode | |
|---|---|
| org.apache.curator.framework.recipes.cache | |
| Uses of PathChildrenCacheMode in org.apache.curator.framework.recipes.cache |
|---|
| Methods in org.apache.curator.framework.recipes.cache that return PathChildrenCacheMode | |
|---|---|
static PathChildrenCacheMode |
PathChildrenCacheMode.valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static PathChildrenCacheMode[] |
PathChildrenCacheMode.values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.apache.curator.framework.recipes.cache with parameters of type PathChildrenCacheMode | |
|---|---|
PathChildrenCache(org.apache.curator.framework.CuratorFramework client,
String path,
PathChildrenCacheMode mode)
Deprecated. use PathChildrenCache.PathChildrenCache(CuratorFramework, String, boolean) instead |
|
PathChildrenCache(org.apache.curator.framework.CuratorFramework client,
String path,
PathChildrenCacheMode mode,
ThreadFactory threadFactory)
Deprecated. use PathChildrenCache.PathChildrenCache(CuratorFramework, String, boolean, ThreadFactory) instead |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||