public class ClientService extends Object implements io.etcd.jetcd.Client
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClientService.Configuration |
| Constructor and Description |
|---|
ClientService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(ClientService.Configuration config) |
protected void |
bindResolver(io.etcd.jetcd.resolver.URIResolver resolver) |
void |
close() |
protected void |
deactivate() |
io.etcd.jetcd.Auth |
getAuthClient() |
io.etcd.jetcd.Cluster |
getClusterClient() |
io.etcd.jetcd.Election |
getElectionClient() |
io.etcd.jetcd.KV |
getKVClient() |
io.etcd.jetcd.Lease |
getLeaseClient() |
io.etcd.jetcd.Lock |
getLockClient() |
io.etcd.jetcd.Maintenance |
getMaintenanceClient() |
io.etcd.jetcd.Watch |
getWatchClient() |
protected void |
unbindResolver(io.etcd.jetcd.resolver.URIResolver resolver) |
public io.etcd.jetcd.Auth getAuthClient()
getAuthClient in interface io.etcd.jetcd.Clientpublic io.etcd.jetcd.KV getKVClient()
getKVClient in interface io.etcd.jetcd.Clientpublic io.etcd.jetcd.Cluster getClusterClient()
getClusterClient in interface io.etcd.jetcd.Clientpublic io.etcd.jetcd.Maintenance getMaintenanceClient()
getMaintenanceClient in interface io.etcd.jetcd.Clientpublic io.etcd.jetcd.Lease getLeaseClient()
getLeaseClient in interface io.etcd.jetcd.Clientpublic io.etcd.jetcd.Watch getWatchClient()
getWatchClient in interface io.etcd.jetcd.Clientpublic io.etcd.jetcd.Lock getLockClient()
getLockClient in interface io.etcd.jetcd.Clientpublic io.etcd.jetcd.Election getElectionClient()
getElectionClient in interface io.etcd.jetcd.Clientpublic void close()
close in interface io.etcd.jetcd.Clientclose in interface AutoCloseableprotected void activate(ClientService.Configuration config)
protected void deactivate()
protected void bindResolver(io.etcd.jetcd.resolver.URIResolver resolver)
protected void unbindResolver(io.etcd.jetcd.resolver.URIResolver resolver)
Copyright © 2020. All rights reserved.