Uses of Class
org.apache.curator.framework.recipes.cache.PathChildrenCache.StartMode

Packages that use PathChildrenCache.StartMode
org.apache.curator.framework.recipes.cache   
 

Uses of PathChildrenCache.StartMode in org.apache.curator.framework.recipes.cache
 

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

Methods in org.apache.curator.framework.recipes.cache with parameters of type PathChildrenCache.StartMode
 void PathChildrenCache.start(PathChildrenCache.StartMode mode)
          Start the cache.
 



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