| Package | Description |
|---|---|
| com.ibm.etcd.api | |
| com.ibm.etcd.client.lease |
| Modifier and Type | Method and Description |
|---|---|
LeaseKeepAliveRequest |
LeaseKeepAliveRequest.Builder.build() |
LeaseKeepAliveRequest |
LeaseKeepAliveRequest.Builder.buildPartial() |
static LeaseKeepAliveRequest |
LeaseKeepAliveRequest.getDefaultInstance() |
LeaseKeepAliveRequest |
LeaseKeepAliveRequest.getDefaultInstanceForType() |
LeaseKeepAliveRequest |
LeaseKeepAliveRequest.Builder.getDefaultInstanceForType() |
static LeaseKeepAliveRequest |
LeaseKeepAliveRequest.parseDelimitedFrom(InputStream input) |
static LeaseKeepAliveRequest |
LeaseKeepAliveRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseKeepAliveRequest |
LeaseKeepAliveRequest.parseFrom(byte[] data) |
static LeaseKeepAliveRequest |
LeaseKeepAliveRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseKeepAliveRequest |
LeaseKeepAliveRequest.parseFrom(ByteBuffer data) |
static LeaseKeepAliveRequest |
LeaseKeepAliveRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseKeepAliveRequest |
LeaseKeepAliveRequest.parseFrom(com.google.protobuf.ByteString data) |
static LeaseKeepAliveRequest |
LeaseKeepAliveRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseKeepAliveRequest |
LeaseKeepAliveRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static LeaseKeepAliveRequest |
LeaseKeepAliveRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseKeepAliveRequest |
LeaseKeepAliveRequest.parseFrom(InputStream input) |
static LeaseKeepAliveRequest |
LeaseKeepAliveRequest.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<LeaseKeepAliveRequest> |
LeaseKeepAliveRequest.getParserForType() |
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.
|
static com.google.protobuf.Parser<LeaseKeepAliveRequest> |
LeaseKeepAliveRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
LeaseKeepAliveRequest.Builder |
LeaseKeepAliveRequest.Builder.mergeFrom(LeaseKeepAliveRequest other) |
static LeaseKeepAliveRequest.Builder |
LeaseKeepAliveRequest.newBuilder(LeaseKeepAliveRequest prototype) |
| Modifier and Type | Field and Description |
|---|---|
protected io.grpc.stub.StreamObserver<LeaseKeepAliveRequest> |
EtcdLeaseClient.kaReqStream |
protected GrpcClient.ResilientResponseObserver<LeaseKeepAliveRequest,LeaseKeepAliveResponse> |
EtcdLeaseClient.responseObserver |
Copyright © 2022. All rights reserved.