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() |
Maintenance getMaintenanceClient()
Maintenance client.void close()
close in interface AutoCloseablestatic ClientBuilder builder()
ClientBuilder.Copyright © 2021. All rights reserved.