Skip navigation links
C D E G J L N S T V 

C

compareAndSwap(String, String, String) - Method in interface jetcd.EtcdClient
Compare the value at a given key and swap with newValue if the oldValue matches.

D

delete(String) - Method in interface jetcd.EtcdClient
Delete value for the given key.

E

EtcdClient - Interface in jetcd
The Etcd client API.
EtcdClientFactory - Class in jetcd
Factory for Etcd clients.
EtcdException - Exception in jetcd
An Etcd Exception.
EtcdException(int, String, String, long) - Constructor for exception jetcd.EtcdException
 
EtcdResponse - Class in jetcd
An Etcd Response.

G

get(String) - Method in interface jetcd.EtcdClient
Retrieve the value of the given key, if set.
getAction() - Method in class jetcd.EtcdResponse
 
getErrorCode() - Method in exception jetcd.EtcdException
 
getIndex() - Method in exception jetcd.EtcdException
 
getMessage() - Method in exception jetcd.EtcdException
 
getNode() - Method in class jetcd.EtcdResponse
 

J

jetcd - package jetcd
 

L

list(String) - Method in interface jetcd.EtcdClient
List directory at given path.

N

newInstance() - Static method in class jetcd.EtcdClientFactory
 
newInstance(String) - Static method in class jetcd.EtcdClientFactory
 

S

set(String, String) - Method in interface jetcd.EtcdClient
Set value for the given key.
set(String, String, int) - Method in interface jetcd.EtcdClient
Set value for the given key with given TTL.

T

toString() - Method in exception jetcd.EtcdException
 

V

version() - Method in interface jetcd.EtcdClient
 
C D E G J L N S T V 
Skip navigation links