@Generated(value="by gRPC proto compiler (version 1.48.0)", comments="Source: debugpb.proto") public final class DebugGrpc extends Object
Debug service for TiKV.
Errors are defined as follow:
- OK: Okay, we are good!
- UNKNOWN: For unknown error.
- INVALID_ARGUMENT: Something goes wrong within requests.
- NOT_FOUND: It is key or region not found, it's based on context, detailed
reason can be found in grpc message.
Note: It bypasses raft layer.
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DebugGrpc.DebugBlockingStub
Debug service for TiKV.
|
static class |
DebugGrpc.DebugFutureStub
Debug service for TiKV.
|
static class |
DebugGrpc.DebugImplBase
Debug service for TiKV.
|
static class |
DebugGrpc.DebugStub
Debug service for TiKV.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERVICE_NAME |
public static io.grpc.MethodDescriptor<Debugpb.GetRequest,Debugpb.GetResponse> getGetMethod()
public static io.grpc.MethodDescriptor<Debugpb.RaftLogRequest,Debugpb.RaftLogResponse> getRaftLogMethod()
public static io.grpc.MethodDescriptor<Debugpb.RegionInfoRequest,Debugpb.RegionInfoResponse> getRegionInfoMethod()
public static io.grpc.MethodDescriptor<Debugpb.RegionSizeRequest,Debugpb.RegionSizeResponse> getRegionSizeMethod()
public static io.grpc.MethodDescriptor<Debugpb.ScanMvccRequest,Debugpb.ScanMvccResponse> getScanMvccMethod()
public static io.grpc.MethodDescriptor<Debugpb.CompactRequest,Debugpb.CompactResponse> getCompactMethod()
public static io.grpc.MethodDescriptor<Debugpb.InjectFailPointRequest,Debugpb.InjectFailPointResponse> getInjectFailPointMethod()
public static io.grpc.MethodDescriptor<Debugpb.RecoverFailPointRequest,Debugpb.RecoverFailPointResponse> getRecoverFailPointMethod()
public static io.grpc.MethodDescriptor<Debugpb.ListFailPointsRequest,Debugpb.ListFailPointsResponse> getListFailPointsMethod()
public static io.grpc.MethodDescriptor<Debugpb.GetMetricsRequest,Debugpb.GetMetricsResponse> getGetMetricsMethod()
public static io.grpc.MethodDescriptor<Debugpb.RegionConsistencyCheckRequest,Debugpb.RegionConsistencyCheckResponse> getCheckRegionConsistencyMethod()
public static io.grpc.MethodDescriptor<Debugpb.ModifyTikvConfigRequest,Debugpb.ModifyTikvConfigResponse> getModifyTikvConfigMethod()
public static io.grpc.MethodDescriptor<Debugpb.GetRegionPropertiesRequest,Debugpb.GetRegionPropertiesResponse> getGetRegionPropertiesMethod()
public static io.grpc.MethodDescriptor<Debugpb.GetStoreInfoRequest,Debugpb.GetStoreInfoResponse> getGetStoreInfoMethod()
public static io.grpc.MethodDescriptor<Debugpb.GetClusterInfoRequest,Debugpb.GetClusterInfoResponse> getGetClusterInfoMethod()
public static io.grpc.MethodDescriptor<Debugpb.GetAllRegionsInStoreRequest,Debugpb.GetAllRegionsInStoreResponse> getGetAllRegionsInStoreMethod()
public static io.grpc.MethodDescriptor<Debugpb.ResetToVersionRequest,Debugpb.ResetToVersionResponse> getResetToVersionMethod()
public static DebugGrpc.DebugStub newStub(io.grpc.Channel channel)
public static DebugGrpc.DebugBlockingStub newBlockingStub(io.grpc.Channel channel)
public static DebugGrpc.DebugFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 PingCAP. All rights reserved.