Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.RawCoprocessorResponse |
Kvrpcpb.RawCoprocessorResponse.Builder.build() |
Kvrpcpb.RawCoprocessorResponse |
Kvrpcpb.RawCoprocessorResponse.Builder.buildPartial() |
static Kvrpcpb.RawCoprocessorResponse |
Kvrpcpb.RawCoprocessorResponse.getDefaultInstance() |
Kvrpcpb.RawCoprocessorResponse |
Kvrpcpb.RawCoprocessorResponse.getDefaultInstanceForType() |
Kvrpcpb.RawCoprocessorResponse |
Kvrpcpb.RawCoprocessorResponse.Builder.getDefaultInstanceForType() |
Kvrpcpb.RawCoprocessorResponse |
Tikvpb.BatchCommandsResponse.ResponseOrBuilder.getRawCoprocessor()
.kvrpcpb.RawCoprocessorResponse RawCoprocessor = 34; |
Kvrpcpb.RawCoprocessorResponse |
Tikvpb.BatchCommandsResponse.Response.getRawCoprocessor()
.kvrpcpb.RawCoprocessorResponse RawCoprocessor = 34; |
Kvrpcpb.RawCoprocessorResponse |
Tikvpb.BatchCommandsResponse.Response.Builder.getRawCoprocessor()
.kvrpcpb.RawCoprocessorResponse RawCoprocessor = 34; |
static Kvrpcpb.RawCoprocessorResponse |
Kvrpcpb.RawCoprocessorResponse.parseDelimitedFrom(InputStream input) |
static Kvrpcpb.RawCoprocessorResponse |
Kvrpcpb.RawCoprocessorResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.RawCoprocessorResponse |
Kvrpcpb.RawCoprocessorResponse.parseFrom(byte[] data) |
static Kvrpcpb.RawCoprocessorResponse |
Kvrpcpb.RawCoprocessorResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.RawCoprocessorResponse |
Kvrpcpb.RawCoprocessorResponse.parseFrom(ByteBuffer data) |
static Kvrpcpb.RawCoprocessorResponse |
Kvrpcpb.RawCoprocessorResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.RawCoprocessorResponse |
Kvrpcpb.RawCoprocessorResponse.parseFrom(com.google.protobuf.ByteString data) |
static Kvrpcpb.RawCoprocessorResponse |
Kvrpcpb.RawCoprocessorResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.RawCoprocessorResponse |
Kvrpcpb.RawCoprocessorResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static Kvrpcpb.RawCoprocessorResponse |
Kvrpcpb.RawCoprocessorResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.RawCoprocessorResponse |
Kvrpcpb.RawCoprocessorResponse.parseFrom(InputStream input) |
static Kvrpcpb.RawCoprocessorResponse |
Kvrpcpb.RawCoprocessorResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Kvrpcpb.RawCoprocessorResponse |
TikvGrpc.TikvBlockingStub.rawCoprocessor(Kvrpcpb.RawCoprocessorRequest request)
Command for executing custom user requests in TiKV coprocessor_v2.
|
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Kvrpcpb.RawCoprocessorResponse> |
Kvrpcpb.RawCoprocessorResponse.getParserForType() |
static io.grpc.MethodDescriptor<Kvrpcpb.RawCoprocessorRequest,Kvrpcpb.RawCoprocessorResponse> |
TikvGrpc.getRawCoprocessorMethod() |
static com.google.protobuf.Parser<Kvrpcpb.RawCoprocessorResponse> |
Kvrpcpb.RawCoprocessorResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<Kvrpcpb.RawCoprocessorResponse> |
TikvGrpc.TikvFutureStub.rawCoprocessor(Kvrpcpb.RawCoprocessorRequest request)
Command for executing custom user requests in TiKV coprocessor_v2.
|
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.RawCoprocessorResponse.Builder |
Kvrpcpb.RawCoprocessorResponse.Builder.mergeFrom(Kvrpcpb.RawCoprocessorResponse other) |
Tikvpb.BatchCommandsResponse.Response.Builder |
Tikvpb.BatchCommandsResponse.Response.Builder.mergeRawCoprocessor(Kvrpcpb.RawCoprocessorResponse value)
.kvrpcpb.RawCoprocessorResponse RawCoprocessor = 34; |
static Kvrpcpb.RawCoprocessorResponse.Builder |
Kvrpcpb.RawCoprocessorResponse.newBuilder(Kvrpcpb.RawCoprocessorResponse prototype) |
Tikvpb.BatchCommandsResponse.Response.Builder |
Tikvpb.BatchCommandsResponse.Response.Builder.setRawCoprocessor(Kvrpcpb.RawCoprocessorResponse value)
.kvrpcpb.RawCoprocessorResponse RawCoprocessor = 34; |
Modifier and Type | Method and Description |
---|---|
default void |
TikvGrpc.AsyncService.rawCoprocessor(Kvrpcpb.RawCoprocessorRequest request,
io.grpc.stub.StreamObserver<Kvrpcpb.RawCoprocessorResponse> responseObserver)
Command for executing custom user requests in TiKV coprocessor_v2.
|
void |
TikvGrpc.TikvStub.rawCoprocessor(Kvrpcpb.RawCoprocessorRequest request,
io.grpc.stub.StreamObserver<Kvrpcpb.RawCoprocessorResponse> responseObserver)
Command for executing custom user requests in TiKV coprocessor_v2.
|
Copyright © 2024 PingCAP. All rights reserved.