| Package | Description |
|---|---|
| io.etcd.jetcd.api |
| Modifier and Type | Method and Description |
|---|---|
HashResponse |
HashResponse.Builder.build() |
HashResponse |
HashResponse.Builder.buildPartial() |
static HashResponse |
HashResponse.getDefaultInstance() |
HashResponse |
HashResponse.getDefaultInstanceForType() |
HashResponse |
HashResponse.Builder.getDefaultInstanceForType() |
HashResponse |
MaintenanceGrpc.MaintenanceBlockingStub.hash(HashRequest request)
Hash returns the hash of the local KV state for consistency checking purpose.
|
static HashResponse |
HashResponse.parseDelimitedFrom(InputStream input) |
static HashResponse |
HashResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashResponse |
HashResponse.parseFrom(byte[] data) |
static HashResponse |
HashResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashResponse |
HashResponse.parseFrom(ByteBuffer data) |
static HashResponse |
HashResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashResponse |
HashResponse.parseFrom(com.google.protobuf.ByteString data) |
static HashResponse |
HashResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashResponse |
HashResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static HashResponse |
HashResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashResponse |
HashResponse.parseFrom(InputStream input) |
static HashResponse |
HashResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<HashRequest,HashResponse> |
MaintenanceGrpc.getHashMethod() |
com.google.protobuf.Parser<HashResponse> |
HashResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<HashResponse> |
MaintenanceGrpc.MaintenanceFutureStub.hash(HashRequest request)
Hash returns the hash of the local KV state for consistency checking purpose.
|
static com.google.protobuf.Parser<HashResponse> |
HashResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
HashResponse.Builder |
HashResponse.Builder.mergeFrom(HashResponse other) |
static HashResponse.Builder |
HashResponse.newBuilder(HashResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
MaintenanceGrpc.MaintenanceImplBase.hash(HashRequest request,
io.grpc.stub.StreamObserver<HashResponse> responseObserver)
Hash returns the hash of the local KV state for consistency checking purpose.
|
void |
MaintenanceGrpc.MaintenanceStub.hash(HashRequest request,
io.grpc.stub.StreamObserver<HashResponse> responseObserver)
Hash returns the hash of the local KV state for consistency checking purpose.
|
Copyright © 2020. All rights reserved.