Uses of Enum
org.apache.curator.framework.recipes.cache.PathChildrenCache.StartMode
Packages that use PathChildrenCache.StartMode
-
Uses of PathChildrenCache.StartMode in org.apache.curator.framework.recipes.cache
Methods in org.apache.curator.framework.recipes.cache that return PathChildrenCache.StartModeModifier and TypeMethodDescriptionstatic PathChildrenCache.StartModeReturns 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.StartModeModifier and TypeMethodDescriptionvoidPathChildrenCache.start(PathChildrenCache.StartMode mode) Deprecated.Start the cache.