| Package | Description |
|---|---|
| com.ibm.etcd.api | |
| com.ibm.etcd.client.lease |
| Modifier and Type | Method and Description |
|---|---|
LeaseKeepAliveResponse |
LeaseKeepAliveResponse.Builder.build() |
LeaseKeepAliveResponse |
LeaseKeepAliveResponse.Builder.buildPartial() |
static LeaseKeepAliveResponse |
LeaseKeepAliveResponse.getDefaultInstance() |
LeaseKeepAliveResponse |
LeaseKeepAliveResponse.getDefaultInstanceForType() |
LeaseKeepAliveResponse |
LeaseKeepAliveResponse.Builder.getDefaultInstanceForType() |
static LeaseKeepAliveResponse |
LeaseKeepAliveResponse.parseDelimitedFrom(InputStream input) |
static LeaseKeepAliveResponse |
LeaseKeepAliveResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseKeepAliveResponse |
LeaseKeepAliveResponse.parseFrom(byte[] data) |
static LeaseKeepAliveResponse |
LeaseKeepAliveResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseKeepAliveResponse |
LeaseKeepAliveResponse.parseFrom(ByteBuffer data) |
static LeaseKeepAliveResponse |
LeaseKeepAliveResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseKeepAliveResponse |
LeaseKeepAliveResponse.parseFrom(com.google.protobuf.ByteString data) |
static LeaseKeepAliveResponse |
LeaseKeepAliveResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseKeepAliveResponse |
LeaseKeepAliveResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static LeaseKeepAliveResponse |
LeaseKeepAliveResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseKeepAliveResponse |
LeaseKeepAliveResponse.parseFrom(InputStream input) |
static LeaseKeepAliveResponse |
LeaseKeepAliveResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<LeaseKeepAliveRequest,LeaseKeepAliveResponse> |
LeaseGrpc.getLeaseKeepAliveMethod() |
com.google.protobuf.Parser<LeaseKeepAliveResponse> |
LeaseKeepAliveResponse.getParserForType() |
static com.google.protobuf.Parser<LeaseKeepAliveResponse> |
LeaseKeepAliveResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
LeaseKeepAliveResponse.Builder |
LeaseKeepAliveResponse.Builder.mergeFrom(LeaseKeepAliveResponse other) |
static LeaseKeepAliveResponse.Builder |
LeaseKeepAliveResponse.newBuilder(LeaseKeepAliveResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.stub.StreamObserver<LeaseKeepAliveRequest> |
LeaseGrpc.LeaseImplBase.leaseKeepAlive(io.grpc.stub.StreamObserver<LeaseKeepAliveResponse> responseObserver)
LeaseKeepAlive keeps the lease alive by streaming keep alive requests from the client
to the server and streaming keep alive responses from the server to the client.
|
io.grpc.stub.StreamObserver<LeaseKeepAliveRequest> |
LeaseGrpc.LeaseStub.leaseKeepAlive(io.grpc.stub.StreamObserver<LeaseKeepAliveResponse> responseObserver)
LeaseKeepAlive keeps the lease alive by streaming keep alive requests from the client
to the server and streaming keep alive responses from the server to the client.
|
| Modifier and Type | Field and Description |
|---|---|
protected GrpcClient.ResilientResponseObserver<LeaseKeepAliveRequest,LeaseKeepAliveResponse> |
EtcdLeaseClient.responseObserver |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<LeaseKeepAliveResponse> |
EtcdLeaseClient.keepAliveOnce(long leaseId) |
com.google.common.util.concurrent.ListenableFuture<LeaseKeepAliveResponse> |
LeaseClient.keepAliveOnce(long leaseId) |
Copyright © 2022. All rights reserved.