| Package | Description |
|---|---|
| io.etcd.jetcd | |
| io.etcd.jetcd.lease |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<LeaseKeepAliveResponse> |
Lease.keepAliveOnce(long leaseId)
keep alive one lease only once.
|
| 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 | Field and Description |
|---|---|
LeaseKeepAliveResponse |
LeaseKeepAliveResponseWithError.leaseKeepAliveResponse |
| Constructor and Description |
|---|
LeaseKeepAliveResponseWithError(LeaseKeepAliveResponse leaseKeepAliveResponse) |
Copyright © 2019. All rights reserved.