Package | Description |
---|---|
org.apache.curator.framework.recipes.cache |
Modifier and Type | Method and Description |
---|---|
ChildData |
NodeCache.getCurrentData()
Return the current data.
|
ChildData |
PathChildrenCache.getCurrentData(String fullPath)
Return the current data for the given path.
|
ChildData |
TreeCache.getCurrentData(String fullPath)
Return the current data for the given path.
|
ChildData |
PathChildrenCacheEvent.getData() |
ChildData |
TreeCacheEvent.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–2019 The Apache Software Foundation. All rights reserved.