| Package | Description |
|---|---|
| io.etcd.jetcd | |
| io.etcd.jetcd.support |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Auth
Interface of auth talking to etcd.
|
interface |
Cluster
Interface of cluster client talking to etcd.
|
interface |
Election
Interface of leader election client talking to etcd.
|
interface |
KV
Interface of kv client talking to etcd.
|
interface |
Lease
Interface of KeepAlive talking to etcd.
|
interface |
Lock
Interface of Lock talking to etcd.
|
interface |
Maintenance
Interface of maintenance talking to etcd.
|
interface |
Watch
Interface of the watch client.
|
| Modifier and Type | Method and Description |
|---|---|
CloseableClient |
Lease.keepAlive(long leaseId,
io.grpc.stub.StreamObserver<LeaseKeepAliveResponse> observer)
keep the given lease alive forever.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemoizingClientSupplier<T extends CloseableClient> |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoizingClientSupplier<T extends CloseableClient> |
Copyright © 2021. All rights reserved.