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 |
PathChildrenCacheEvent.getData() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
PathChildrenCacheEvent(PathChildrenCacheEvent.Type type,
ChildData data) |
Copyright © 2011–2013 The Apache Software Foundation. All rights reserved.