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