| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.cache |
| Modifier and Type | Method and Description |
|---|---|
ChildData |
NodeCache.getCurrentData()
Return the current data.
|
ChildData |
TreeCache.getCurrentData(String fullPath)
Return the current data for the given path.
|
ChildData |
PathChildrenCache.getCurrentData(String fullPath)
Return the current data for the given path.
|
ChildData |
TreeCacheEvent.getData() |
ChildData |
PathChildrenCacheEvent.getData() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ChildData> |
TreeCache.getCurrentChildren(String fullPath)
Return the current set of children at the given path, mapped by child name.
|
List<ChildData> |
PathChildrenCache.getCurrentData()
Return the current data.
|
List<ChildData> |
PathChildrenCacheEvent.getInitialData()
Special purpose method.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ChildData.compareTo(ChildData rhs)
Note: this class has a natural ordering that is inconsistent with equals.
|
| Constructor and Description |
|---|
PathChildrenCacheEvent(PathChildrenCacheEvent.Type type,
ChildData data) |
TreeCacheEvent(TreeCacheEvent.Type type,
ChildData data) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.