| Package | Description |
|---|---|
| com.orbitz.consul.cache |
| Modifier and Type | Method and Description |
|---|---|
static KVCache |
KVCache.newCache(KeyValueClient kvClient,
String rootPath)
Factory method to construct a String/
Value map with a 10 second
block interval |
static KVCache |
KVCache.newCache(KeyValueClient kvClient,
String rootPath,
int watchSeconds)
Factory method to construct a String/
Value map. |
static KVCache |
KVCache.newCache(KeyValueClient kvClient,
String rootPath,
int watchSeconds,
QueryOptions queryOptions) |
static KVCache |
KVCache.newCache(KeyValueClient kvClient,
String rootPath,
int watchSeconds,
QueryOptions queryOptions,
ScheduledExecutorService callbackExecutorService) |
Copyright © 2019. All rights reserved.