| Package | Description |
|---|---|
| com.ibm.etcd.api |
| Modifier and Type | Method and Description |
|---|---|
UnlockResponse |
UnlockResponse.Builder.build() |
UnlockResponse |
UnlockResponse.Builder.buildPartial() |
static UnlockResponse |
UnlockResponse.getDefaultInstance() |
UnlockResponse |
UnlockResponse.getDefaultInstanceForType() |
UnlockResponse |
UnlockResponse.Builder.getDefaultInstanceForType() |
static UnlockResponse |
UnlockResponse.parseDelimitedFrom(InputStream input) |
static UnlockResponse |
UnlockResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnlockResponse |
UnlockResponse.parseFrom(byte[] data) |
static UnlockResponse |
UnlockResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnlockResponse |
UnlockResponse.parseFrom(ByteBuffer data) |
static UnlockResponse |
UnlockResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnlockResponse |
UnlockResponse.parseFrom(com.google.protobuf.ByteString data) |
static UnlockResponse |
UnlockResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnlockResponse |
UnlockResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static UnlockResponse |
UnlockResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnlockResponse |
UnlockResponse.parseFrom(InputStream input) |
static UnlockResponse |
UnlockResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UnlockResponse |
LockGrpc.LockBlockingStub.unlock(UnlockRequest request)
Unlock takes a key returned by Lock and releases the hold on lock.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<UnlockResponse> |
UnlockResponse.getParserForType() |
static io.grpc.MethodDescriptor<UnlockRequest,UnlockResponse> |
LockGrpc.getUnlockMethod() |
static com.google.protobuf.Parser<UnlockResponse> |
UnlockResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<UnlockResponse> |
LockGrpc.LockFutureStub.unlock(UnlockRequest request)
Unlock takes a key returned by Lock and releases the hold on lock.
|
| Modifier and Type | Method and Description |
|---|---|
UnlockResponse.Builder |
UnlockResponse.Builder.mergeFrom(UnlockResponse other) |
static UnlockResponse.Builder |
UnlockResponse.newBuilder(UnlockResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
default void |
LockGrpc.AsyncService.unlock(UnlockRequest request,
io.grpc.stub.StreamObserver<UnlockResponse> responseObserver)
Unlock takes a key returned by Lock and releases the hold on lock.
|
void |
LockGrpc.LockStub.unlock(UnlockRequest request,
io.grpc.stub.StreamObserver<UnlockResponse> responseObserver)
Unlock takes a key returned by Lock and releases the hold on lock.
|
Copyright © 2023. All rights reserved.