Uses of Class
org.apache.curator.framework.recipes.cache.ChildData
-
Packages that use ChildData Package Description 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 Modifier and Type Method Description ChildDataNodeCache. getCurrentData()Return the current data.ChildDataPathChildrenCache. getCurrentData(java.lang.String fullPath)Return the current data for the given path.ChildDataTreeCache. getCurrentData(java.lang.String fullPath)Return the current data for the given path.ChildDataPathChildrenCacheEvent. getData()ChildDataTreeCacheEvent. getData()Methods in org.apache.curator.framework.recipes.cache that return types with arguments of type ChildData 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.Methods in org.apache.curator.framework.recipes.cache with parameters of type ChildData Modifier and Type Method Description intChildData. 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 Constructor Description PathChildrenCacheEvent(PathChildrenCacheEvent.Type type, ChildData data)TreeCacheEvent(TreeCacheEvent.Type type, ChildData data)
-