Uses of Class
org.apache.curator.framework.recipes.cache.PathChildrenCache.StartMode
-
Packages that use PathChildrenCache.StartMode Package Description 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 Modifier and Type Method Description static PathChildrenCache.StartModePathChildrenCache.StartMode. valueOf(java.lang.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 Modifier and Type Method Description voidPathChildrenCache. start(PathChildrenCache.StartMode mode)Start the cache.
-