| Package | Description |
|---|---|
| net.leanix.dropkit.etcd | |
| net.leanix.dropkit.util |
| Modifier and Type | Method and Description |
|---|---|
void |
MinimalEtcdClientImpl.delete(String key,
boolean recursive) |
void |
MinimalEtcdClient.delete(String key,
boolean recursive) |
boolean |
MinimalEtcdClientImpl.exists(String key) |
boolean |
MinimalEtcdClient.exists(String key) |
String |
MinimalEtcdClientImpl.get(String key) |
String |
MinimalEtcdClient.get(String key)
Retrieve the value of the given key, if set.
|
List<String> |
MinimalEtcdClientImpl.list(String key) |
List<String> |
MinimalEtcdClient.list(String key) |
void |
MinimalEtcdClientImpl.set(String key,
String value) |
void |
MinimalEtcdClient.set(String key,
String value)
Set a value under the given key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentUtil.deleteEtcdKey(String key,
boolean recursive) |
boolean |
DeploymentUtil.deleteEtcdKeyIfNeeded(String key,
boolean recursive) |
List<String> |
DeploymentUtil.listEtcdKey(String key) |
String |
DeploymentUtil.retrieveEtcdValue(String key) |
void |
DeploymentUtil.writeEtcdValue(String key,
String value) |
boolean |
DeploymentUtil.writeEtcdValueIfNeeded(String key,
String value) |
Copyright © 2020 LeanIX GmbH. All rights reserved.