Uses of Enum
org.apache.curator.framework.recipes.cache.PathChildrenCacheMode
-
Uses of PathChildrenCacheMode in org.apache.curator.framework.recipes.cache
Modifier and TypeMethodDescriptionstatic PathChildrenCacheMode
Deprecated.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.ModifierConstructorDescriptionPathChildrenCache
(CuratorFramework client, String path, PathChildrenCacheMode mode) Deprecated.PathChildrenCache
(CuratorFramework client, String path, PathChildrenCacheMode mode, ThreadFactory threadFactory) Deprecated.
PathChildrenCache(CuratorFramework, String, boolean)
instead