| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.cache |
| Modifier and Type | Method and Description |
|---|---|
static CuratorCacheBridgeBuilder |
CuratorCache.bridgeBuilder(org.apache.curator.framework.CuratorFramework client,
String path)
Start a Curator Cache Bridge builder.
|
CuratorCacheBridgeBuilder |
CuratorCacheBridgeBuilder.withDataNotCached()
The bridge cache will not retain the data bytes.
|
CuratorCacheBridgeBuilder |
CuratorCacheBridgeBuilder.withExecutorService(ExecutorService executorService)
If the old
TreeCache is used by the bridge
(i.e. |
CuratorCacheBridgeBuilder |
CuratorCacheBridgeBuilder.withOptions(CuratorCache.Options... options) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.