Uses of Class
org.apache.curator.framework.recipes.cache.ChildData

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)
           
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.