Uses of Enum
org.apache.curator.framework.recipes.cache.CuratorCache.Options
Packages that use CuratorCache.Options
-
Uses of CuratorCache.Options in org.apache.curator.framework.recipes.cache
Methods in org.apache.curator.framework.recipes.cache that return CuratorCache.OptionsModifier and TypeMethodDescriptionstatic CuratorCache.Options
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.OptionsModifier and TypeMethodDescriptionstatic CuratorCache
CuratorCache.build
(CuratorFramework client, String path, CuratorCache.Options... options) Return a Curator Cache for the given path with the given options using a standard storage instanceCuratorCacheBridgeBuilder.withOptions
(CuratorCache.Options... options) CuratorCacheBuilder.withOptions
(CuratorCache.Options... options)