public interface Client extends AutoCloseable
The implementation may throw unchecked ConnectException or AuthFailedException on initialization (or when invoking *Client methods if configured to initialize lazily).
| Modifier and Type | Method and Description |
|---|---|
static ClientBuilder |
builder() |
void |
close() |
Auth |
getAuthClient() |
Cluster |
getClusterClient() |
Election |
getElectionClient() |
KV |
getKVClient() |
Lease |
getLeaseClient() |
Lock |
getLockClient() |
Maintenance |
getMaintenanceClient() |
Watch |
getWatchClient() |
Auth getAuthClient()
KV getKVClient()
Cluster getClusterClient()
Maintenance getMaintenanceClient()
Lease getLeaseClient()
Watch getWatchClient()
Lock getLockClient()
Election getElectionClient()
void close()
close in interface AutoCloseablestatic ClientBuilder builder()
Copyright © 2020. All rights reserved.