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
Subclasses with type arguments of type PathChildrenCache.StartMode in org.apache.curator.framework.recipes.cacheModifier and TypeClassDescriptionstatic enumDeprecated.Method of priming cache onPathChildrenCache.start(StartMode)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.