| Package | Description |
|---|---|
| com.ibm.etcd.api | |
| com.ibm.etcd.client.kv |
| Modifier and Type | Method and Description |
|---|---|
RangeResponse |
RangeResponse.Builder.build() |
RangeResponse |
RangeResponse.Builder.buildPartial() |
static RangeResponse |
RangeResponse.getDefaultInstance() |
RangeResponse |
RangeResponse.getDefaultInstanceForType() |
RangeResponse |
RangeResponse.Builder.getDefaultInstanceForType() |
RangeResponse |
ResponseOp.getResponseRange()
.etcdserverpb.RangeResponse response_range = 1; |
RangeResponse |
ResponseOp.Builder.getResponseRange()
.etcdserverpb.RangeResponse response_range = 1; |
RangeResponse |
ResponseOpOrBuilder.getResponseRange()
.etcdserverpb.RangeResponse response_range = 1; |
static RangeResponse |
RangeResponse.parseDelimitedFrom(InputStream input) |
static RangeResponse |
RangeResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RangeResponse |
RangeResponse.parseFrom(byte[] data) |
static RangeResponse |
RangeResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RangeResponse |
RangeResponse.parseFrom(ByteBuffer data) |
static RangeResponse |
RangeResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RangeResponse |
RangeResponse.parseFrom(com.google.protobuf.ByteString data) |
static RangeResponse |
RangeResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RangeResponse |
RangeResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static RangeResponse |
RangeResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RangeResponse |
RangeResponse.parseFrom(InputStream input) |
static RangeResponse |
RangeResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RangeResponse |
KVGrpc.KVBlockingStub.range(RangeRequest request)
Range gets the keys in the range from the key-value store.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RangeResponse> |
RangeResponse.getParserForType() |
static io.grpc.MethodDescriptor<RangeRequest,RangeResponse> |
KVGrpc.getRangeMethod() |
static com.google.protobuf.Parser<RangeResponse> |
RangeResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<RangeResponse> |
KVGrpc.KVFutureStub.range(RangeRequest request)
Range gets the keys in the range from the key-value store.
|
| Modifier and Type | Method and Description |
|---|---|
RangeResponse.Builder |
RangeResponse.Builder.mergeFrom(RangeResponse other) |
ResponseOp.Builder |
ResponseOp.Builder.mergeResponseRange(RangeResponse value)
.etcdserverpb.RangeResponse response_range = 1; |
static RangeResponse.Builder |
RangeResponse.newBuilder(RangeResponse prototype) |
ResponseOp.Builder |
ResponseOp.Builder.setResponseRange(RangeResponse value)
.etcdserverpb.RangeResponse response_range = 1; |
| Modifier and Type | Method and Description |
|---|---|
default void |
KVGrpc.AsyncService.range(RangeRequest request,
io.grpc.stub.StreamObserver<RangeResponse> responseObserver)
Range gets the keys in the range from the key-value store.
|
void |
KVGrpc.KVStub.range(RangeRequest request,
io.grpc.stub.StreamObserver<RangeResponse> responseObserver)
Range gets the keys in the range from the key-value store.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<RangeResponse> |
KvClient.get(RangeRequest request) |
com.google.common.util.concurrent.ListenableFuture<RangeResponse> |
EtcdKvClient.get(RangeRequest request) |
Copyright © 2023. All rights reserved.