| 程序包 | 说明 |
|---|---|
| etcdserverpb |
| 限定符和类型 | 字段和说明 |
|---|---|
static io.grpc.MethodDescriptor<Rpc.RangeRequest,Rpc.RangeResponse> |
KVGrpc.METHOD_RANGE |
| 限定符和类型 | 方法和说明 |
|---|---|
Rpc.RangeRequest |
Rpc.RangeRequest.Builder.build() |
Rpc.RangeRequest |
Rpc.RangeRequest.Builder.buildPartial() |
static Rpc.RangeRequest |
Rpc.RangeRequest.getDefaultInstance() |
Rpc.RangeRequest |
Rpc.RangeRequest.getDefaultInstanceForType() |
Rpc.RangeRequest |
Rpc.RangeRequest.Builder.getDefaultInstanceForType() |
Rpc.RangeRequest |
Rpc.RequestOpOrBuilder.getRequestRange()
.etcdserverpb.RangeRequest request_range = 1; |
Rpc.RangeRequest |
Rpc.RequestOp.getRequestRange()
.etcdserverpb.RangeRequest request_range = 1; |
Rpc.RangeRequest |
Rpc.RequestOp.Builder.getRequestRange()
.etcdserverpb.RangeRequest request_range = 1; |
static Rpc.RangeRequest |
Rpc.RangeRequest.parseDelimitedFrom(InputStream input) |
static Rpc.RangeRequest |
Rpc.RangeRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.RangeRequest |
Rpc.RangeRequest.parseFrom(byte[] data) |
static Rpc.RangeRequest |
Rpc.RangeRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.RangeRequest |
Rpc.RangeRequest.parseFrom(ByteBuffer data) |
static Rpc.RangeRequest |
Rpc.RangeRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.RangeRequest |
Rpc.RangeRequest.parseFrom(com.google.protobuf.ByteString data) |
static Rpc.RangeRequest |
Rpc.RangeRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.RangeRequest |
Rpc.RangeRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static Rpc.RangeRequest |
Rpc.RangeRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rpc.RangeRequest |
Rpc.RangeRequest.parseFrom(InputStream input) |
static Rpc.RangeRequest |
Rpc.RangeRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.Parser<Rpc.RangeRequest> |
Rpc.RangeRequest.getParserForType() |
static com.google.protobuf.Parser<Rpc.RangeRequest> |
Rpc.RangeRequest.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
Rpc.RangeRequest.Builder |
Rpc.RangeRequest.Builder.mergeFrom(Rpc.RangeRequest other) |
Rpc.RequestOp.Builder |
Rpc.RequestOp.Builder.mergeRequestRange(Rpc.RangeRequest value)
.etcdserverpb.RangeRequest request_range = 1; |
static Rpc.RangeRequest.Builder |
Rpc.RangeRequest.newBuilder(Rpc.RangeRequest prototype) |
Rpc.RangeResponse |
KVGrpc.KVBlockingStub.range(Rpc.RangeRequest request)
Range gets the keys in the range from the key-value store.
|
com.google.common.util.concurrent.ListenableFuture<Rpc.RangeResponse> |
KVGrpc.KVFutureStub.range(Rpc.RangeRequest request)
Range gets the keys in the range from the key-value store.
|
void |
KVGrpc.KVImplBase.range(Rpc.RangeRequest request,
io.grpc.stub.StreamObserver<Rpc.RangeResponse> responseObserver)
Range gets the keys in the range from the key-value store.
|
void |
KVGrpc.KVStub.range(Rpc.RangeRequest request,
io.grpc.stub.StreamObserver<Rpc.RangeResponse> responseObserver)
Range gets the keys in the range from the key-value store.
|
Rpc.RequestOp.Builder |
Rpc.RequestOp.Builder.setRequestRange(Rpc.RangeRequest value)
.etcdserverpb.RangeRequest request_range = 1; |
Copyright © 2018. All rights reserved.