| Package | Description |
|---|---|
| com.ibm.etcd.api | |
| com.ibm.etcd.client.lease |
| 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(ByteBuffer data) |
static LeaseRevokeResponse |
LeaseRevokeResponse.parseFrom(ByteBuffer 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.
|
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 |
|---|---|
default void |
LeaseGrpc.AsyncService.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 |
|---|---|
com.google.common.util.concurrent.ListenableFuture<LeaseRevokeResponse> |
EtcdLeaseClient.revoke(long leaseId) |
com.google.common.util.concurrent.ListenableFuture<LeaseRevokeResponse> |
LeaseClient.revoke(long leaseId) |
com.google.common.util.concurrent.ListenableFuture<LeaseRevokeResponse> |
EtcdLeaseClient.revoke(long leaseId,
boolean ensureWithRetries) |
com.google.common.util.concurrent.ListenableFuture<LeaseRevokeResponse> |
LeaseClient.revoke(long leaseId,
boolean ensureWithRetries) |
Copyright © 2023. All rights reserved.