Uses of Interface
org.apache.curator.framework.recipes.cache.CuratorCacheBuilder
Packages that use CuratorCacheBuilder
-
Uses of CuratorCacheBuilder in org.apache.curator.framework.recipes.cache
Methods in org.apache.curator.framework.recipes.cache that return CuratorCacheBuilderModifier and TypeMethodDescriptionstatic CuratorCacheBuilderCuratorCache.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.