@Generated(value="by gRPC proto compiler (version 1.60.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.
Modifier and Type | Class and Description |
---|---|
static interface |
DebugGrpc.AsyncService
Debug service for TiKV.
|
static class |
DebugGrpc.DebugBlockingStub
A stub to allow clients to do synchronous rpc calls to service Debug.
|
static class |
DebugGrpc.DebugFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Debug.
|
static class |
DebugGrpc.DebugImplBase
Base class for the server implementation of the service Debug.
|
static class |
DebugGrpc.DebugStub
A stub to allow clients to do asynchronous rpc calls to service Debug.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
public static final 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 final io.grpc.ServerServiceDefinition bindService(DebugGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 PingCAP. All rights reserved.