| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.cache |
| Modifier and Type | Method and Description |
|---|---|
static CuratorCache.Options |
CuratorCache.Options.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CuratorCache.Options[] |
CuratorCache.Options.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static CuratorCache |
CuratorCache.build(org.apache.curator.framework.CuratorFramework client,
String path,
CuratorCache.Options... options)
Return a Curator Cache for the given path with the given options using a standard storage instance
|
CuratorCacheBuilder |
CuratorCacheBuilder.withOptions(CuratorCache.Options... options) |
CuratorCacheBridgeBuilder |
CuratorCacheBridgeBuilder.withOptions(CuratorCache.Options... options) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.