| Package | Description |
|---|---|
| com.ibm.etcd.api | |
| com.ibm.etcd.client.lease |
| Modifier and Type | Method and Description |
|---|---|
LeaseTimeToLiveResponse |
LeaseTimeToLiveResponse.Builder.build() |
LeaseTimeToLiveResponse |
LeaseTimeToLiveResponse.Builder.buildPartial() |
static LeaseTimeToLiveResponse |
LeaseTimeToLiveResponse.getDefaultInstance() |
LeaseTimeToLiveResponse |
LeaseTimeToLiveResponse.getDefaultInstanceForType() |
LeaseTimeToLiveResponse |
LeaseTimeToLiveResponse.Builder.getDefaultInstanceForType() |
LeaseTimeToLiveResponse |
LeaseGrpc.LeaseBlockingStub.leaseTimeToLive(LeaseTimeToLiveRequest request)
LeaseTimeToLive retrieves lease information.
|
static LeaseTimeToLiveResponse |
LeaseTimeToLiveResponse.parseDelimitedFrom(InputStream input) |
static LeaseTimeToLiveResponse |
LeaseTimeToLiveResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseTimeToLiveResponse |
LeaseTimeToLiveResponse.parseFrom(byte[] data) |
static LeaseTimeToLiveResponse |
LeaseTimeToLiveResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseTimeToLiveResponse |
LeaseTimeToLiveResponse.parseFrom(ByteBuffer data) |
static LeaseTimeToLiveResponse |
LeaseTimeToLiveResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseTimeToLiveResponse |
LeaseTimeToLiveResponse.parseFrom(com.google.protobuf.ByteString data) |
static LeaseTimeToLiveResponse |
LeaseTimeToLiveResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseTimeToLiveResponse |
LeaseTimeToLiveResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static LeaseTimeToLiveResponse |
LeaseTimeToLiveResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseTimeToLiveResponse |
LeaseTimeToLiveResponse.parseFrom(InputStream input) |
static LeaseTimeToLiveResponse |
LeaseTimeToLiveResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<LeaseTimeToLiveRequest,LeaseTimeToLiveResponse> |
LeaseGrpc.getLeaseTimeToLiveMethod() |
com.google.protobuf.Parser<LeaseTimeToLiveResponse> |
LeaseTimeToLiveResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<LeaseTimeToLiveResponse> |
LeaseGrpc.LeaseFutureStub.leaseTimeToLive(LeaseTimeToLiveRequest request)
LeaseTimeToLive retrieves lease information.
|
static com.google.protobuf.Parser<LeaseTimeToLiveResponse> |
LeaseTimeToLiveResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
LeaseTimeToLiveResponse.Builder |
LeaseTimeToLiveResponse.Builder.mergeFrom(LeaseTimeToLiveResponse other) |
static LeaseTimeToLiveResponse.Builder |
LeaseTimeToLiveResponse.newBuilder(LeaseTimeToLiveResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
default void |
LeaseGrpc.AsyncService.leaseTimeToLive(LeaseTimeToLiveRequest request,
io.grpc.stub.StreamObserver<LeaseTimeToLiveResponse> responseObserver)
LeaseTimeToLive retrieves lease information.
|
void |
LeaseGrpc.LeaseStub.leaseTimeToLive(LeaseTimeToLiveRequest request,
io.grpc.stub.StreamObserver<LeaseTimeToLiveResponse> responseObserver)
LeaseTimeToLive retrieves lease information.
|
| Modifier and Type | Method and Description |
|---|---|
default com.google.common.util.concurrent.ListenableFuture<LeaseTimeToLiveResponse> |
LeaseClient.ttl(long leaseId) |
com.google.common.util.concurrent.ListenableFuture<LeaseTimeToLiveResponse> |
EtcdLeaseClient.ttl(long leaseId,
boolean includeKeys) |
com.google.common.util.concurrent.ListenableFuture<LeaseTimeToLiveResponse> |
LeaseClient.ttl(long leaseId,
boolean includeKeys) |
Copyright © 2023. All rights reserved.