public interface MinimalEtcdClient
| Modifier and Type | Method and Description |
|---|---|
String |
get(String key)
Retrieve the value of the given key, if set.
|
URI |
getEtcdUri() |
void |
set(String key,
String value)
Set a value under the given key.
|
String get(String key) throws EtcdException
key - Key to look upEtcdException - in case of an error (e.g. key doesn't exist)void set(String key, String value) throws EtcdException
key - value - EtcdExceptionURI getEtcdUri()
Copyright © 2017 LeanIX GmbH. All rights reserved.