Uses of Interface
org.apache.curator.framework.recipes.cache.CuratorCacheBridgeBuilder
-
Packages that use CuratorCacheBridgeBuilder Package Description org.apache.curator.framework.recipes.cache -
-
Uses of CuratorCacheBridgeBuilder in org.apache.curator.framework.recipes.cache
Methods in org.apache.curator.framework.recipes.cache that return CuratorCacheBridgeBuilder Modifier and Type Method Description static CuratorCacheBridgeBuilderCuratorCache. bridgeBuilder(org.apache.curator.framework.CuratorFramework client, java.lang.String path)Start a Curator Cache Bridge builder.CuratorCacheBridgeBuilderCuratorCacheBridgeBuilder. withDataNotCached()The bridge cache will not retain the data bytes.CuratorCacheBridgeBuilderCuratorCacheBridgeBuilder. withExecutorService(java.util.concurrent.ExecutorService executorService)If the oldTreeCacheis used by the bridge (i.e.CuratorCacheBridgeBuilderCuratorCacheBridgeBuilder. withOptions(CuratorCache.Options... options)
-