public interface KVStore
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
getKeyValue(String KeyURI)
Retrieves the value of a key from the kv store.
|
KeyValue getKeyValue(String KeyURI) throws EmbeddedJmxTransException
KeyURI: - uri of the key eg: etcd://127.0.0.1:123/level1/config for a cluster you can use
etcd://[ipaddr1:port1, ipaddr:port2,...]:/pathEmbeddedJmxTransExceptionCopyright © 2016. All Rights Reserved.