Uses of Class
com.netflix.curator.framework.recipes.cache.PathChildrenCacheEvent.Type

Packages that use PathChildrenCacheEvent.Type
com.netflix.curator.framework.recipes.cache   
 

Uses of PathChildrenCacheEvent.Type in com.netflix.curator.framework.recipes.cache
 

Methods in com.netflix.curator.framework.recipes.cache that return PathChildrenCacheEvent.Type
 PathChildrenCacheEvent.Type PathChildrenCacheEvent.getType()
           
static PathChildrenCacheEvent.Type PathChildrenCacheEvent.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PathChildrenCacheEvent.Type[] PathChildrenCacheEvent.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.netflix.curator.framework.recipes.cache with parameters of type PathChildrenCacheEvent.Type
PathChildrenCacheEvent(PathChildrenCacheEvent.Type type, ChildData data)
           
 



Copyright © 2012. All Rights Reserved.