| Package | Description |
|---|---|
| com.orbitz.consul | |
| com.orbitz.consul.cache |
| Modifier and Type | Method and Description |
|---|---|
KeyValueClient |
Consul.keyValueClient()
Get the Key/Value HTTP client.
|
| 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) |
Copyright © 2018. All rights reserved.