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