| Package | Description |
|---|---|
| io.etcd.jetcd.api | |
| io.kcache.keta.server.grpc |
| Modifier and Type | Method and Description |
|---|---|
LeaseRevokeResponse |
LeaseRevokeResponse.Builder.build() |
LeaseRevokeResponse |
LeaseRevokeResponse.Builder.buildPartial() |
static LeaseRevokeResponse |
LeaseRevokeResponse.getDefaultInstance() |
LeaseRevokeResponse |
LeaseRevokeResponse.getDefaultInstanceForType() |
LeaseRevokeResponse |
LeaseRevokeResponse.Builder.getDefaultInstanceForType() |
LeaseRevokeResponse |
LeaseGrpc.LeaseBlockingStub.leaseRevoke(LeaseRevokeRequest request)
LeaseRevoke revokes a lease.
|
static LeaseRevokeResponse |
LeaseRevokeResponse.parseDelimitedFrom(InputStream input) |
static LeaseRevokeResponse |
LeaseRevokeResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseRevokeResponse |
LeaseRevokeResponse.parseFrom(byte[] data) |
static LeaseRevokeResponse |
LeaseRevokeResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseRevokeResponse |
LeaseRevokeResponse.parseFrom(com.google.protobuf.ByteString data) |
static LeaseRevokeResponse |
LeaseRevokeResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseRevokeResponse |
LeaseRevokeResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static LeaseRevokeResponse |
LeaseRevokeResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseRevokeResponse |
LeaseRevokeResponse.parseFrom(InputStream input) |
static LeaseRevokeResponse |
LeaseRevokeResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<LeaseRevokeRequest,LeaseRevokeResponse> |
LeaseGrpc.getLeaseRevokeMethod() |
com.google.protobuf.Parser<LeaseRevokeResponse> |
LeaseRevokeResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<LeaseRevokeResponse> |
LeaseGrpc.LeaseFutureStub.leaseRevoke(LeaseRevokeRequest request)
LeaseRevoke revokes a lease.
|
io.vertx.core.Future<LeaseRevokeResponse> |
VertxLeaseGrpc.LeaseVertxStub.leaseRevoke(LeaseRevokeRequest request)
Put puts the given key into the key-value store.
|
io.vertx.core.Future<LeaseRevokeResponse> |
VertxLeaseGrpc.LeaseVertxImplBase.leaseRevoke(LeaseRevokeRequest request)
Put puts the given key into the key-value store.
|
static com.google.protobuf.Parser<LeaseRevokeResponse> |
LeaseRevokeResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
LeaseRevokeResponse.Builder |
LeaseRevokeResponse.Builder.mergeFrom(LeaseRevokeResponse other) |
static LeaseRevokeResponse.Builder |
LeaseRevokeResponse.newBuilder(LeaseRevokeResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
LeaseGrpc.LeaseImplBase.leaseRevoke(LeaseRevokeRequest request,
io.grpc.stub.StreamObserver<LeaseRevokeResponse> responseObserver)
LeaseRevoke revokes a lease.
|
void |
LeaseGrpc.LeaseStub.leaseRevoke(LeaseRevokeRequest request,
io.grpc.stub.StreamObserver<LeaseRevokeResponse> responseObserver)
LeaseRevoke revokes a lease.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LeaseService.leaseRevoke(LeaseRevokeRequest request,
io.grpc.stub.StreamObserver<LeaseRevokeResponse> responseObserver) |
Copyright © 2021. All rights reserved.