Create a value node in a directory.
Create a value node in a directory.
Key of the node is uniquely generated by the etcd cluster.
The key of the directory node
The value to store
Optional time to live for the value node
Result from etcd cluster
Delete a directory node.
Delete a directory node.
The key of the directory node
Result from etcd cluster
Delete a value node.
Delete a value node.
The key of the value node
Optional previous value of the node (compare and set operation)
Optional previous index of the node (compare and set operation)
Result from etcd cluster
Get a node by key.
Get a node by key.
The key
Optional wait for change
Optional recursive for directory nodes
Optional sorted for directory nodes
Optional waitIndex (in combination with wait)
Result from etcd cluster
Create of update a directory node.
Create of update a directory node.
The key of the directory node
Optional time to live for the node
Result from etcd cluster
Create or update a value node.
Create or update a value node.
The key of the value node
The value to store
Optional time to live for the value node
Optional previous value of the node (compare and set operation)
Optional previous index of the node (compare and set operation)
Optional flag if node is supposed to exists (compare and set operation)
Result from etcd cluster
Low level interactions with etcd server.