| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.cache |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
PathChildrenCache(org.apache.curator.framework.CuratorFramework client,
String path,
PathChildrenCacheMode mode)
Deprecated.
|
PathChildrenCache(org.apache.curator.framework.CuratorFramework client,
String path,
PathChildrenCacheMode mode,
ThreadFactory threadFactory)
Deprecated.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.