| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.cache |
| Modifier and Type | Method and Description |
|---|---|
static CuratorCacheBuilder |
CuratorCache.builder(org.apache.curator.framework.CuratorFramework client,
String path)
Start a Curator Cache builder
|
CuratorCacheBuilder |
CuratorCacheBuilder.withExceptionHandler(Consumer<Exception> exceptionHandler)
By default any unexpected exception is handled by logging the exception.
|
CuratorCacheBuilder |
CuratorCacheBuilder.withOptions(CuratorCache.Options... options) |
CuratorCacheBuilder |
CuratorCacheBuilder.withStorage(CuratorCacheStorage storage)
Alternate storage to use.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.