| Package | Description |
|---|---|
| com.ibm.etcd.api |
| Modifier and Type | Method and Description |
|---|---|
HashRequest |
HashRequest.Builder.build() |
HashRequest |
HashRequest.Builder.buildPartial() |
static HashRequest |
HashRequest.getDefaultInstance() |
HashRequest |
HashRequest.getDefaultInstanceForType() |
HashRequest |
HashRequest.Builder.getDefaultInstanceForType() |
static HashRequest |
HashRequest.parseDelimitedFrom(InputStream input) |
static HashRequest |
HashRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashRequest |
HashRequest.parseFrom(byte[] data) |
static HashRequest |
HashRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashRequest |
HashRequest.parseFrom(ByteBuffer data) |
static HashRequest |
HashRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashRequest |
HashRequest.parseFrom(com.google.protobuf.ByteString data) |
static HashRequest |
HashRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashRequest |
HashRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static HashRequest |
HashRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HashRequest |
HashRequest.parseFrom(InputStream input) |
static HashRequest |
HashRequest.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<HashRequest> |
HashRequest.getParserForType() |
static com.google.protobuf.Parser<HashRequest> |
HashRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
HashResponse |
MaintenanceGrpc.MaintenanceBlockingStub.hash(HashRequest request)
Hash computes the hash of whole backend keyspace,
including key, lease, and other buckets in storage.
|
com.google.common.util.concurrent.ListenableFuture<HashResponse> |
MaintenanceGrpc.MaintenanceFutureStub.hash(HashRequest request)
Hash computes the hash of whole backend keyspace,
including key, lease, and other buckets in storage.
|
default void |
MaintenanceGrpc.AsyncService.hash(HashRequest request,
io.grpc.stub.StreamObserver<HashResponse> responseObserver)
Hash computes the hash of whole backend keyspace,
including key, lease, and other buckets in storage.
|
void |
MaintenanceGrpc.MaintenanceStub.hash(HashRequest request,
io.grpc.stub.StreamObserver<HashResponse> responseObserver)
Hash computes the hash of whole backend keyspace,
including key, lease, and other buckets in storage.
|
HashRequest.Builder |
HashRequest.Builder.mergeFrom(HashRequest other) |
static HashRequest.Builder |
HashRequest.newBuilder(HashRequest prototype) |
Copyright © 2023. All rights reserved.