Uses of Class
com.netflix.curator.framework.recipes.cache.PathChildrenCacheMode

Packages that use PathChildrenCacheMode
com.netflix.curator.framework.recipes.cache   
 

Uses of PathChildrenCacheMode in com.netflix.curator.framework.recipes.cache
 

Methods in com.netflix.curator.framework.recipes.cache that return PathChildrenCacheMode
static PathChildrenCacheMode PathChildrenCacheMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PathChildrenCacheMode[] PathChildrenCacheMode.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 PathChildrenCacheMode
PathChildrenCache(CuratorFramework client, String path, PathChildrenCacheMode mode)
           
PathChildrenCache(CuratorFramework client, String path, PathChildrenCacheMode mode, ThreadFactory threadFactory)
           
 



Copyright © 2012. All Rights Reserved.