Uses of Class
org.apache.curator.framework.recipes.cache.CuratorCache.Options
-
Packages that use CuratorCache.Options Package Description org.apache.curator.framework.recipes.cache -
-
Uses of CuratorCache.Options in org.apache.curator.framework.recipes.cache
Methods in org.apache.curator.framework.recipes.cache that return CuratorCache.Options Modifier and Type Method Description static CuratorCache.OptionsCuratorCache.Options. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CuratorCache.Options[]CuratorCache.Options. 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 CuratorCache.Options Modifier and Type Method Description static CuratorCacheCuratorCache. build(org.apache.curator.framework.CuratorFramework client, java.lang.String path, CuratorCache.Options... options)Return a Curator Cache for the given path with the given options using a standard storage instanceCuratorCacheBridgeBuilderCuratorCacheBridgeBuilder. withOptions(CuratorCache.Options... options)CuratorCacheBuilderCuratorCacheBuilder. withOptions(CuratorCache.Options... options)
-