| Package | Description |
|---|---|
| io.etcd.jetcd.api | |
| io.kcache.keta.server.grpc |
| 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(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() |
io.vertx.core.streams.ReadStream<LeaseKeepAliveResponse> |
VertxLeaseGrpc.LeaseVertxStub.leaseKeepAlive(io.vertx.core.Handler<io.vertx.core.streams.WriteStream<LeaseKeepAliveRequest>> hdlr) |
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 |
|---|---|
void |
VertxLeaseGrpc.LeaseVertxImplBase.leaseKeepAlive(io.vertx.core.streams.ReadStream<LeaseKeepAliveRequest> request,
io.vertx.core.streams.WriteStream<LeaseKeepAliveResponse> response) |
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 | Method and Description |
|---|---|
io.grpc.stub.StreamObserver<LeaseKeepAliveRequest> |
LeaseService.leaseKeepAlive(io.grpc.stub.StreamObserver<LeaseKeepAliveResponse> responseObserver) |
Copyright © 2021. All rights reserved.