Package org.jmxtrans.embedded.config
Class EtcdKVStore.EtcdNode
java.lang.Object
org.jmxtrans.embedded.config.EtcdKVStore.EtcdNode
- Enclosing class:
- EtcdKVStore
public static class EtcdKVStore.EtcdNode extends Object
Bean for a simplified etcd node
-
Constructor Summary
Constructors Constructor Description EtcdNode() -
Method Summary
Modifier and Type Method Description longgetCreatedIndex()StringgetExpiration()StringgetKey()longgetModifiedIndex()IntegergetTtl()StringgetValue()voidsetCreatedIndex(long createdIndex)voidsetExpiration(String expiration)voidsetKey(String key)voidsetModifiedIndex(long modifiedIndex)voidsetTtl(Integer ttl)voidsetValue(String value)
-
Constructor Details
-
EtcdNode
public EtcdNode()
-
-
Method Details
-
getKey
-
setKey
-
getCreatedIndex
public long getCreatedIndex() -
setCreatedIndex
public void setCreatedIndex(long createdIndex) -
getModifiedIndex
public long getModifiedIndex() -
setModifiedIndex
public void setModifiedIndex(long modifiedIndex) -
getValue
-
setValue
-
getExpiration
-
setExpiration
-
getTtl
-
setTtl
-