C D E G J L N S T 

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.
compareAndSwap(String, String, String) - Method in class jetcd.EtcdClientImpl
 

D

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

E

EtcdApi - Interface in jetcd
 
EtcdClient - Interface in jetcd
 
EtcdClientFactory - Class in jetcd
 
EtcdClientImpl - Class in jetcd
 
EtcdException - Exception in jetcd
 
EtcdException(int, String, String, long) - Constructor for exception jetcd.EtcdException
 
EtcdResponse - Class in jetcd
 

G

get(String) - Method in interface jetcd.EtcdApi
 
get(String) - Method in interface jetcd.EtcdClient
Retrieve the value of the given key, if set.
get(String) - Method in class jetcd.EtcdClientImpl
 
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.
list(String) - Method in class jetcd.EtcdClientImpl
 

N

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

S

set(String, String, Integer, Boolean, String) - Method in interface jetcd.EtcdApi
 
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.
set(String, String) - Method in class jetcd.EtcdClientImpl
 
set(String, String, int) - Method in class jetcd.EtcdClientImpl
 

T

toString() - Method in exception jetcd.EtcdException
 
C D E G J L N S T