Uses of Enum
org.apache.curator.framework.recipes.cache.PathChildrenCacheMode
Packages that use PathChildrenCacheMode
-
Uses of PathChildrenCacheMode in org.apache.curator.framework.recipes.cache
Subclasses with type arguments of type PathChildrenCacheMode in org.apache.curator.framework.recipes.cacheMethods in org.apache.curator.framework.recipes.cache that return PathChildrenCacheModeModifier and TypeMethodDescriptionstatic PathChildrenCacheModeDeprecated.Returns the enum constant of this type with the specified name.static PathChildrenCacheMode[]PathChildrenCacheMode.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.curator.framework.recipes.cache with parameters of type PathChildrenCacheModeModifierConstructorDescriptionPathChildrenCache(org.apache.curator.framework.CuratorFramework client, String path, PathChildrenCacheMode mode) Deprecated.PathChildrenCache(org.apache.curator.framework.CuratorFramework client, String path, PathChildrenCacheMode mode, ThreadFactory threadFactory) Deprecated.