Uses of Interface
org.apache.curator.framework.recipes.cache.CuratorCacheBuilder
-
Uses of CuratorCacheBuilder in org.apache.curator.framework.recipes.cache
Modifier and TypeMethodDescriptionstatic CuratorCacheBuilder
CuratorCache.builder
(CuratorFramework client, String path) Start a Curator Cache builderCuratorCacheBuilder.withExceptionHandler
(Consumer<Exception> exceptionHandler) By default any unexpected exception is handled by logging the exception.CuratorCacheBuilder.withOptions
(CuratorCache.Options... options) CuratorCacheBuilder.withStorage
(CuratorCacheStorage storage) Alternate storage to use.