| Package | Description |
|---|---|
| com.ibm.etcd.api |
| Modifier and Type | Method and Description |
|---|---|
HashKVResponse |
HashKVResponse.Builder.build() |
HashKVResponse |
HashKVResponse.Builder.buildPartial() |
static HashKVResponse |
HashKVResponse.getDefaultInstance() |
HashKVResponse |
HashKVResponse.getDefaultInstanceForType() |
HashKVResponse |
HashKVResponse.Builder.getDefaultInstanceForType() |
HashKVResponse |
MaintenanceGrpc.MaintenanceBlockingStub.hashKV(HashKVRequest request)
HashKV computes the hash of all MVCC keys up to a given revision.
|
static HashKVResponse |
HashKVResponse.parseDelimitedFrom(InputStream input) |
static HashKVResponse |
HashKVResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashKVResponse |
HashKVResponse.parseFrom(byte[] data) |
static HashKVResponse |
HashKVResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashKVResponse |
HashKVResponse.parseFrom(ByteBuffer data) |
static HashKVResponse |
HashKVResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashKVResponse |
HashKVResponse.parseFrom(com.google.protobuf.ByteString data) |
static HashKVResponse |
HashKVResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashKVResponse |
HashKVResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static HashKVResponse |
HashKVResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashKVResponse |
HashKVResponse.parseFrom(InputStream input) |
static HashKVResponse |
HashKVResponse.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<HashKVResponse> |
HashKVResponse.getParserForType() |
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.
|
static com.google.protobuf.Parser<HashKVResponse> |
HashKVResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
HashKVResponse.Builder |
HashKVResponse.Builder.mergeFrom(HashKVResponse other) |
static HashKVResponse.Builder |
HashKVResponse.newBuilder(HashKVResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
MaintenanceGrpc.MaintenanceImplBase.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.
|
Copyright © 2022. All rights reserved.