Uses of Class
org.apache.curator.framework.recipes.cache.PathChildrenCacheMode
-
Packages that use PathChildrenCacheMode Package Description org.apache.curator.framework.recipes.cache -
-
Uses of PathChildrenCacheMode in org.apache.curator.framework.recipes.cache
Methods in org.apache.curator.framework.recipes.cache that return PathChildrenCacheMode Modifier and Type Method Description static PathChildrenCacheModePathChildrenCacheMode. valueOf(java.lang.String name)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.Constructors in org.apache.curator.framework.recipes.cache with parameters of type PathChildrenCacheMode Constructor Description PathChildrenCache(org.apache.curator.framework.CuratorFramework client, java.lang.String path, PathChildrenCacheMode mode)Deprecated.PathChildrenCache(org.apache.curator.framework.CuratorFramework client, java.lang.String path, PathChildrenCacheMode mode, java.util.concurrent.ThreadFactory threadFactory)Deprecated.
-