Uses of Interface
org.apache.curator.framework.recipes.cache.CuratorCacheBuilder
-
Packages that use CuratorCacheBuilder Package Description org.apache.curator.framework.recipes.cache -
-
Uses of CuratorCacheBuilder in org.apache.curator.framework.recipes.cache
Methods in org.apache.curator.framework.recipes.cache that return CuratorCacheBuilder Modifier and Type Method Description static CuratorCacheBuilderCuratorCache. builder(org.apache.curator.framework.CuratorFramework client, java.lang.String path)Start a Curator Cache builderCuratorCacheBuilderCuratorCacheBuilder. withExceptionHandler(java.util.function.Consumer<java.lang.Exception> exceptionHandler)By default any unexpected exception is handled by logging the exception.CuratorCacheBuilderCuratorCacheBuilder. withOptions(CuratorCache.Options... options)CuratorCacheBuilderCuratorCacheBuilder. withStorage(CuratorCacheStorage storage)Alternate storage to use.
-