| Package | Description |
|---|---|
| com.ibm.etcd.api |
| Modifier and Type | Method and Description |
|---|---|
HashKVRequest |
HashKVRequest.Builder.build() |
HashKVRequest |
HashKVRequest.Builder.buildPartial() |
static HashKVRequest |
HashKVRequest.getDefaultInstance() |
HashKVRequest |
HashKVRequest.getDefaultInstanceForType() |
HashKVRequest |
HashKVRequest.Builder.getDefaultInstanceForType() |
static HashKVRequest |
HashKVRequest.parseDelimitedFrom(InputStream input) |
static HashKVRequest |
HashKVRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashKVRequest |
HashKVRequest.parseFrom(byte[] data) |
static HashKVRequest |
HashKVRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashKVRequest |
HashKVRequest.parseFrom(ByteBuffer data) |
static HashKVRequest |
HashKVRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashKVRequest |
HashKVRequest.parseFrom(com.google.protobuf.ByteString data) |
static HashKVRequest |
HashKVRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashKVRequest |
HashKVRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static HashKVRequest |
HashKVRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashKVRequest |
HashKVRequest.parseFrom(InputStream input) |
static HashKVRequest |
HashKVRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<HashKVRequest,HashKVResponse> |
MaintenanceGrpc.getHashKVMethod() |
com.google.protobuf.Parser<HashKVRequest> |
HashKVRequest.getParserForType() |
static com.google.protobuf.Parser<HashKVRequest> |
HashKVRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
HashKVResponse |
MaintenanceGrpc.MaintenanceBlockingStub.hashKV(HashKVRequest request)
HashKV computes the hash of all MVCC keys up to a given revision.
|
com.google.common.util.concurrent.ListenableFuture<HashKVResponse> |
MaintenanceGrpc.MaintenanceFutureStub.hashKV(HashKVRequest request)
HashKV computes the hash of all MVCC keys up to a given revision.
|
default void |
MaintenanceGrpc.AsyncService.hashKV(HashKVRequest request,
io.grpc.stub.StreamObserver<HashKVResponse> responseObserver)
HashKV computes the hash of all MVCC keys up to a given revision.
|
void |
MaintenanceGrpc.MaintenanceStub.hashKV(HashKVRequest request,
io.grpc.stub.StreamObserver<HashKVResponse> responseObserver)
HashKV computes the hash of all MVCC keys up to a given revision.
|
HashKVRequest.Builder |
HashKVRequest.Builder.mergeFrom(HashKVRequest other) |
static HashKVRequest.Builder |
HashKVRequest.newBuilder(HashKVRequest prototype) |
Copyright © 2023. All rights reserved.