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 Details

    • EtcdNode

      public EtcdNode()
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey​(String key)
    • getCreatedIndex

      public long getCreatedIndex()
    • setCreatedIndex

      public void setCreatedIndex​(long createdIndex)
    • getModifiedIndex

      public long getModifiedIndex()
    • setModifiedIndex

      public void setModifiedIndex​(long modifiedIndex)
    • getValue

      public String getValue()
    • setValue

      public void setValue​(String value)
    • getExpiration

      public String getExpiration()
    • setExpiration

      public void setExpiration​(String expiration)
    • getTtl

      public Integer getTtl()
    • setTtl

      public void setTtl​(Integer ttl)