public class EtcdKVStore extends Object implements KVStore
| Modifier and Type | Class and Description |
|---|---|
static class |
EtcdKVStore.EtcdNode
Bean for a simplified etcd node
|
static class |
EtcdKVStore.EtcdResult
Bean for a simplified etcd answer (just for GET)
|
| Constructor and Description |
|---|
EtcdKVStore() |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
getKeyValue(String KeyURI)
Get a key value from etcd.
|
public KeyValue getKeyValue(String KeyURI) throws EmbeddedJmxTransException
getKeyValue in interface KVStoreKeyURI - URI of the key in the form etcd://ipaddr:port/path for an etcd cluster you can
use etcd://[ipaddr1:port1, ipaddr:port2,...]:/pathEmbeddedJmxTransExceptionKVStore.getKeyValue(java.lang.String)Copyright © 2017. All Rights Reserved.