Class EtcdKVStore

java.lang.Object
org.jmxtrans.embedded.config.EtcdKVStore
All Implemented Interfaces:
KVStore

public class EtcdKVStore
extends Object
implements KVStore
This is an etcd based KVStore implementation. The connection to etcd is estabilished and closed every time a key is read. This is by design since we don't need to read a lot of keys and we do it at relativly long interval times
Author:
Simone Zorzetti