| Package | Description |
|---|---|
| com.ibm.etcd.api | |
| com.ibm.etcd.client.lease |
| 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(ByteBuffer data) |
static LeaseGrantResponse |
LeaseGrantResponse.parseFrom(ByteBuffer 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.
|
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 |
|---|---|
default com.google.common.util.concurrent.ListenableFuture<LeaseGrantResponse> |
LeaseClient.create(long ttlSecs)
Deprecated.
use the more flexible
LeaseClient.grant(long) |
com.google.common.util.concurrent.ListenableFuture<LeaseGrantResponse> |
EtcdLeaseClient.create(long leaseId,
long ttlSecs)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<LeaseGrantResponse> |
LeaseClient.create(long leaseId,
long ttlSecs)
Deprecated.
use the more flexible
LeaseClient.grant(long) |
Copyright © 2022. All rights reserved.