| Package | Description |
|---|---|
| com.ibm.etcd.api |
| Modifier and Type | Method and Description |
|---|---|
LockResponse |
LockResponse.Builder.build() |
LockResponse |
LockResponse.Builder.buildPartial() |
static LockResponse |
LockResponse.getDefaultInstance() |
LockResponse |
LockResponse.getDefaultInstanceForType() |
LockResponse |
LockResponse.Builder.getDefaultInstanceForType() |
LockResponse |
LockGrpc.LockBlockingStub.lock(LockRequest request)
Lock acquires a distributed shared lock on a given named lock.
|
static LockResponse |
LockResponse.parseDelimitedFrom(InputStream input) |
static LockResponse |
LockResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LockResponse |
LockResponse.parseFrom(byte[] data) |
static LockResponse |
LockResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LockResponse |
LockResponse.parseFrom(ByteBuffer data) |
static LockResponse |
LockResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LockResponse |
LockResponse.parseFrom(com.google.protobuf.ByteString data) |
static LockResponse |
LockResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LockResponse |
LockResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static LockResponse |
LockResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LockResponse |
LockResponse.parseFrom(InputStream input) |
static LockResponse |
LockResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<LockRequest,LockResponse> |
LockGrpc.getLockMethod() |
com.google.protobuf.Parser<LockResponse> |
LockResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<LockResponse> |
LockGrpc.LockFutureStub.lock(LockRequest request)
Lock acquires a distributed shared lock on a given named lock.
|
static com.google.protobuf.Parser<LockResponse> |
LockResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
LockResponse.Builder |
LockResponse.Builder.mergeFrom(LockResponse other) |
static LockResponse.Builder |
LockResponse.newBuilder(LockResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
default void |
LockGrpc.AsyncService.lock(LockRequest request,
io.grpc.stub.StreamObserver<LockResponse> responseObserver)
Lock acquires a distributed shared lock on a given named lock.
|
void |
LockGrpc.LockStub.lock(LockRequest request,
io.grpc.stub.StreamObserver<LockResponse> responseObserver)
Lock acquires a distributed shared lock on a given named lock.
|
Copyright © 2023. All rights reserved.