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