Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Debugpb.ScanMvccRequest |
Debugpb.ScanMvccRequest.Builder.build() |
Debugpb.ScanMvccRequest |
Debugpb.ScanMvccRequest.Builder.buildPartial() |
static Debugpb.ScanMvccRequest |
Debugpb.ScanMvccRequest.getDefaultInstance() |
Debugpb.ScanMvccRequest |
Debugpb.ScanMvccRequest.getDefaultInstanceForType() |
Debugpb.ScanMvccRequest |
Debugpb.ScanMvccRequest.Builder.getDefaultInstanceForType() |
static Debugpb.ScanMvccRequest |
Debugpb.ScanMvccRequest.parseDelimitedFrom(InputStream input) |
static Debugpb.ScanMvccRequest |
Debugpb.ScanMvccRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Debugpb.ScanMvccRequest |
Debugpb.ScanMvccRequest.parseFrom(byte[] data) |
static Debugpb.ScanMvccRequest |
Debugpb.ScanMvccRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Debugpb.ScanMvccRequest |
Debugpb.ScanMvccRequest.parseFrom(ByteBuffer data) |
static Debugpb.ScanMvccRequest |
Debugpb.ScanMvccRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Debugpb.ScanMvccRequest |
Debugpb.ScanMvccRequest.parseFrom(com.google.protobuf.ByteString data) |
static Debugpb.ScanMvccRequest |
Debugpb.ScanMvccRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Debugpb.ScanMvccRequest |
Debugpb.ScanMvccRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static Debugpb.ScanMvccRequest |
Debugpb.ScanMvccRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Debugpb.ScanMvccRequest |
Debugpb.ScanMvccRequest.parseFrom(InputStream input) |
static Debugpb.ScanMvccRequest |
Debugpb.ScanMvccRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Debugpb.ScanMvccRequest> |
Debugpb.ScanMvccRequest.getParserForType() |
static io.grpc.MethodDescriptor<Debugpb.ScanMvccRequest,Debugpb.ScanMvccResponse> |
DebugGrpc.getScanMvccMethod() |
static com.google.protobuf.Parser<Debugpb.ScanMvccRequest> |
Debugpb.ScanMvccRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Debugpb.ScanMvccRequest.Builder |
Debugpb.ScanMvccRequest.Builder.mergeFrom(Debugpb.ScanMvccRequest other) |
static Debugpb.ScanMvccRequest.Builder |
Debugpb.ScanMvccRequest.newBuilder(Debugpb.ScanMvccRequest prototype) |
Iterator<Debugpb.ScanMvccResponse> |
DebugGrpc.DebugBlockingStub.scanMvcc(Debugpb.ScanMvccRequest request)
Scan a specific range.
|
default void |
DebugGrpc.AsyncService.scanMvcc(Debugpb.ScanMvccRequest request,
io.grpc.stub.StreamObserver<Debugpb.ScanMvccResponse> responseObserver)
Scan a specific range.
|
void |
DebugGrpc.DebugStub.scanMvcc(Debugpb.ScanMvccRequest request,
io.grpc.stub.StreamObserver<Debugpb.ScanMvccResponse> responseObserver)
Scan a specific range.
|
Copyright © 2024 PingCAP. All rights reserved.