Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Debugpb.RegionConsistencyCheckResponse |
Debugpb.RegionConsistencyCheckResponse.Builder.build() |
Debugpb.RegionConsistencyCheckResponse |
Debugpb.RegionConsistencyCheckResponse.Builder.buildPartial() |
Debugpb.RegionConsistencyCheckResponse |
DebugGrpc.DebugBlockingStub.checkRegionConsistency(Debugpb.RegionConsistencyCheckRequest request)
Do a consistent check for a region.
|
static Debugpb.RegionConsistencyCheckResponse |
Debugpb.RegionConsistencyCheckResponse.getDefaultInstance() |
Debugpb.RegionConsistencyCheckResponse |
Debugpb.RegionConsistencyCheckResponse.getDefaultInstanceForType() |
Debugpb.RegionConsistencyCheckResponse |
Debugpb.RegionConsistencyCheckResponse.Builder.getDefaultInstanceForType() |
static Debugpb.RegionConsistencyCheckResponse |
Debugpb.RegionConsistencyCheckResponse.parseDelimitedFrom(InputStream input) |
static Debugpb.RegionConsistencyCheckResponse |
Debugpb.RegionConsistencyCheckResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Debugpb.RegionConsistencyCheckResponse |
Debugpb.RegionConsistencyCheckResponse.parseFrom(byte[] data) |
static Debugpb.RegionConsistencyCheckResponse |
Debugpb.RegionConsistencyCheckResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Debugpb.RegionConsistencyCheckResponse |
Debugpb.RegionConsistencyCheckResponse.parseFrom(ByteBuffer data) |
static Debugpb.RegionConsistencyCheckResponse |
Debugpb.RegionConsistencyCheckResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Debugpb.RegionConsistencyCheckResponse |
Debugpb.RegionConsistencyCheckResponse.parseFrom(com.google.protobuf.ByteString data) |
static Debugpb.RegionConsistencyCheckResponse |
Debugpb.RegionConsistencyCheckResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Debugpb.RegionConsistencyCheckResponse |
Debugpb.RegionConsistencyCheckResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static Debugpb.RegionConsistencyCheckResponse |
Debugpb.RegionConsistencyCheckResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Debugpb.RegionConsistencyCheckResponse |
Debugpb.RegionConsistencyCheckResponse.parseFrom(InputStream input) |
static Debugpb.RegionConsistencyCheckResponse |
Debugpb.RegionConsistencyCheckResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Debugpb.RegionConsistencyCheckResponse> |
DebugGrpc.DebugFutureStub.checkRegionConsistency(Debugpb.RegionConsistencyCheckRequest request)
Do a consistent check for a region.
|
static io.grpc.MethodDescriptor<Debugpb.RegionConsistencyCheckRequest,Debugpb.RegionConsistencyCheckResponse> |
DebugGrpc.getCheckRegionConsistencyMethod() |
com.google.protobuf.Parser<Debugpb.RegionConsistencyCheckResponse> |
Debugpb.RegionConsistencyCheckResponse.getParserForType() |
static com.google.protobuf.Parser<Debugpb.RegionConsistencyCheckResponse> |
Debugpb.RegionConsistencyCheckResponse.parser() |
Modifier and Type | Method and Description |
---|---|
Debugpb.RegionConsistencyCheckResponse.Builder |
Debugpb.RegionConsistencyCheckResponse.Builder.mergeFrom(Debugpb.RegionConsistencyCheckResponse other) |
static Debugpb.RegionConsistencyCheckResponse.Builder |
Debugpb.RegionConsistencyCheckResponse.newBuilder(Debugpb.RegionConsistencyCheckResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default void |
DebugGrpc.AsyncService.checkRegionConsistency(Debugpb.RegionConsistencyCheckRequest request,
io.grpc.stub.StreamObserver<Debugpb.RegionConsistencyCheckResponse> responseObserver)
Do a consistent check for a region.
|
void |
DebugGrpc.DebugStub.checkRegionConsistency(Debugpb.RegionConsistencyCheckRequest request,
io.grpc.stub.StreamObserver<Debugpb.RegionConsistencyCheckResponse> responseObserver)
Do a consistent check for a region.
|
Copyright © 2024 PingCAP. All rights reserved.