| Package | Description |
|---|---|
| io.etcd.jetcd.api | |
| io.kcache.keta.server.grpc |
| Modifier and Type | Method and Description |
|---|---|
LeaseGrantResponse |
LeaseGrantResponse.Builder.build() |
LeaseGrantResponse |
LeaseGrantResponse.Builder.buildPartial() |
static LeaseGrantResponse |
LeaseGrantResponse.getDefaultInstance() |
LeaseGrantResponse |
LeaseGrantResponse.getDefaultInstanceForType() |
LeaseGrantResponse |
LeaseGrantResponse.Builder.getDefaultInstanceForType() |
LeaseGrantResponse |
LeaseGrpc.LeaseBlockingStub.leaseGrant(LeaseGrantRequest request)
LeaseGrant creates a lease which expires if the server does not receive a keepAlive
within a given time to live period.
|
static LeaseGrantResponse |
LeaseGrantResponse.parseDelimitedFrom(InputStream input) |
static LeaseGrantResponse |
LeaseGrantResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseGrantResponse |
LeaseGrantResponse.parseFrom(byte[] data) |
static LeaseGrantResponse |
LeaseGrantResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseGrantResponse |
LeaseGrantResponse.parseFrom(com.google.protobuf.ByteString data) |
static LeaseGrantResponse |
LeaseGrantResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseGrantResponse |
LeaseGrantResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static LeaseGrantResponse |
LeaseGrantResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseGrantResponse |
LeaseGrantResponse.parseFrom(InputStream input) |
static LeaseGrantResponse |
LeaseGrantResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<LeaseGrantRequest,LeaseGrantResponse> |
LeaseGrpc.getLeaseGrantMethod() |
com.google.protobuf.Parser<LeaseGrantResponse> |
LeaseGrantResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<LeaseGrantResponse> |
LeaseGrpc.LeaseFutureStub.leaseGrant(LeaseGrantRequest request)
LeaseGrant creates a lease which expires if the server does not receive a keepAlive
within a given time to live period.
|
io.vertx.core.Future<LeaseGrantResponse> |
VertxLeaseGrpc.LeaseVertxStub.leaseGrant(LeaseGrantRequest request)
Range gets the keys in the range from the key-value store.
|
io.vertx.core.Future<LeaseGrantResponse> |
VertxLeaseGrpc.LeaseVertxImplBase.leaseGrant(LeaseGrantRequest request)
Range gets the keys in the range from the key-value store.
|
static com.google.protobuf.Parser<LeaseGrantResponse> |
LeaseGrantResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
LeaseGrantResponse.Builder |
LeaseGrantResponse.Builder.mergeFrom(LeaseGrantResponse other) |
static LeaseGrantResponse.Builder |
LeaseGrantResponse.newBuilder(LeaseGrantResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
LeaseGrpc.LeaseImplBase.leaseGrant(LeaseGrantRequest request,
io.grpc.stub.StreamObserver<LeaseGrantResponse> responseObserver)
LeaseGrant creates a lease which expires if the server does not receive a keepAlive
within a given time to live period.
|
void |
LeaseGrpc.LeaseStub.leaseGrant(LeaseGrantRequest request,
io.grpc.stub.StreamObserver<LeaseGrantResponse> responseObserver)
LeaseGrant creates a lease which expires if the server does not receive a keepAlive
within a given time to live period.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LeaseService.leaseGrant(LeaseGrantRequest request,
io.grpc.stub.StreamObserver<LeaseGrantResponse> responseObserver) |
Copyright © 2021. All rights reserved.