Uses of Interface
org.apache.curator.framework.recipes.cache.CuratorCache
-
Uses of CuratorCache in org.apache.curator.framework.recipes.cache
Modifier and TypeInterfaceDescriptioninterface
A facade that usesCuratorCache
if persistent watches are available or aTreeCache
otherwiseModifier 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 instanceCuratorCacheBuilder.build()
Return a new Curator Cache based on the builder methods that have been called