|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChildData | |
|---|---|
| org.apache.curator.framework.recipes.cache | |
| Uses of ChildData in org.apache.curator.framework.recipes.cache |
|---|
| Methods in org.apache.curator.framework.recipes.cache that return ChildData | |
|---|---|
ChildData |
NodeCache.getCurrentData()
Return the current data. |
ChildData |
PathChildrenCache.getCurrentData(String fullPath)
Return the current data for the given path. |
ChildData |
PathChildrenCacheEvent.getData()
|
| Methods in org.apache.curator.framework.recipes.cache that return types with arguments of type ChildData | |
|---|---|
List<ChildData> |
PathChildrenCache.getCurrentData()
Return the current data. |
List<ChildData> |
PathChildrenCacheEvent.getInitialData()
Special purpose method. |
| Methods in org.apache.curator.framework.recipes.cache with parameters of type ChildData | |
|---|---|
int |
ChildData.compareTo(ChildData rhs)
Note: this class has a natural ordering that is inconsistent with equals. |
| Constructors in org.apache.curator.framework.recipes.cache with parameters of type ChildData | |
|---|---|
PathChildrenCacheEvent(PathChildrenCacheEvent.Type type,
ChildData data)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||