| Package | Description |
|---|---|
| com.ibm.etcd.api |
| Modifier and Type | Method and Description |
|---|---|
UnlockRequest |
UnlockRequest.Builder.build() |
UnlockRequest |
UnlockRequest.Builder.buildPartial() |
static UnlockRequest |
UnlockRequest.getDefaultInstance() |
UnlockRequest |
UnlockRequest.getDefaultInstanceForType() |
UnlockRequest |
UnlockRequest.Builder.getDefaultInstanceForType() |
static UnlockRequest |
UnlockRequest.parseDelimitedFrom(InputStream input) |
static UnlockRequest |
UnlockRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnlockRequest |
UnlockRequest.parseFrom(byte[] data) |
static UnlockRequest |
UnlockRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnlockRequest |
UnlockRequest.parseFrom(ByteBuffer data) |
static UnlockRequest |
UnlockRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnlockRequest |
UnlockRequest.parseFrom(com.google.protobuf.ByteString data) |
static UnlockRequest |
UnlockRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnlockRequest |
UnlockRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static UnlockRequest |
UnlockRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UnlockRequest |
UnlockRequest.parseFrom(InputStream input) |
static UnlockRequest |
UnlockRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<UnlockRequest> |
UnlockRequest.getParserForType() |
static io.grpc.MethodDescriptor<UnlockRequest,UnlockResponse> |
LockGrpc.getUnlockMethod() |
static com.google.protobuf.Parser<UnlockRequest> |
UnlockRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
UnlockRequest.Builder |
UnlockRequest.Builder.mergeFrom(UnlockRequest other) |
static UnlockRequest.Builder |
UnlockRequest.newBuilder(UnlockRequest prototype) |
UnlockResponse |
LockGrpc.LockBlockingStub.unlock(UnlockRequest request)
Unlock takes a key returned by Lock and releases the hold on lock.
|
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.
|
void |
LockGrpc.LockImplBase.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 © 2022. All rights reserved.