Trait kvproto::debugpb_grpc::Debug [−][src]
Required methods
fn get(
&mut self,
ctx: RpcContext<'_>,
req: GetRequest,
sink: UnarySink<GetResponse>
)
[src]
&mut self,
ctx: RpcContext<'_>,
req: GetRequest,
sink: UnarySink<GetResponse>
)
fn raft_log(
&mut self,
ctx: RpcContext<'_>,
req: RaftLogRequest,
sink: UnarySink<RaftLogResponse>
)
[src]
&mut self,
ctx: RpcContext<'_>,
req: RaftLogRequest,
sink: UnarySink<RaftLogResponse>
)
fn region_info(
&mut self,
ctx: RpcContext<'_>,
req: RegionInfoRequest,
sink: UnarySink<RegionInfoResponse>
)
[src]
&mut self,
ctx: RpcContext<'_>,
req: RegionInfoRequest,
sink: UnarySink<RegionInfoResponse>
)
fn region_size(
&mut self,
ctx: RpcContext<'_>,
req: RegionSizeRequest,
sink: UnarySink<RegionSizeResponse>
)
[src]
&mut self,
ctx: RpcContext<'_>,
req: RegionSizeRequest,
sink: UnarySink<RegionSizeResponse>
)
fn scan_mvcc(
&mut self,
ctx: RpcContext<'_>,
req: ScanMvccRequest,
sink: ServerStreamingSink<ScanMvccResponse>
)
[src]
&mut self,
ctx: RpcContext<'_>,
req: ScanMvccRequest,
sink: ServerStreamingSink<ScanMvccResponse>
)
fn compact(
&mut self,
ctx: RpcContext<'_>,
req: CompactRequest,
sink: UnarySink<CompactResponse>
)
[src]
&mut self,
ctx: RpcContext<'_>,
req: CompactRequest,
sink: UnarySink<CompactResponse>
)
fn inject_fail_point(
&mut self,
ctx: RpcContext<'_>,
req: InjectFailPointRequest,
sink: UnarySink<InjectFailPointResponse>
)
[src]
&mut self,
ctx: RpcContext<'_>,
req: InjectFailPointRequest,
sink: UnarySink<InjectFailPointResponse>
)
fn recover_fail_point(
&mut self,
ctx: RpcContext<'_>,
req: RecoverFailPointRequest,
sink: UnarySink<RecoverFailPointResponse>
)
[src]
&mut self,
ctx: RpcContext<'_>,
req: RecoverFailPointRequest,
sink: UnarySink<RecoverFailPointResponse>
)
fn list_fail_points(
&mut self,
ctx: RpcContext<'_>,
req: ListFailPointsRequest,
sink: UnarySink<ListFailPointsResponse>
)
[src]
&mut self,
ctx: RpcContext<'_>,
req: ListFailPointsRequest,
sink: UnarySink<ListFailPointsResponse>
)
fn get_metrics(
&mut self,
ctx: RpcContext<'_>,
req: GetMetricsRequest,
sink: UnarySink<GetMetricsResponse>
)
[src]
&mut self,
ctx: RpcContext<'_>,
req: GetMetricsRequest,
sink: UnarySink<GetMetricsResponse>
)
fn check_region_consistency(
&mut self,
ctx: RpcContext<'_>,
req: RegionConsistencyCheckRequest,
sink: UnarySink<RegionConsistencyCheckResponse>
)
[src]
&mut self,
ctx: RpcContext<'_>,
req: RegionConsistencyCheckRequest,
sink: UnarySink<RegionConsistencyCheckResponse>
)
fn modify_tikv_config(
&mut self,
ctx: RpcContext<'_>,
req: ModifyTikvConfigRequest,
sink: UnarySink<ModifyTikvConfigResponse>
)
[src]
&mut self,
ctx: RpcContext<'_>,
req: ModifyTikvConfigRequest,
sink: UnarySink<ModifyTikvConfigResponse>
)
fn get_region_properties(
&mut self,
ctx: RpcContext<'_>,
req: GetRegionPropertiesRequest,
sink: UnarySink<GetRegionPropertiesResponse>
)
[src]
&mut self,
ctx: RpcContext<'_>,
req: GetRegionPropertiesRequest,
sink: UnarySink<GetRegionPropertiesResponse>
)
fn get_store_info(
&mut self,
ctx: RpcContext<'_>,
req: GetStoreInfoRequest,
sink: UnarySink<GetStoreInfoResponse>
)
[src]
&mut self,
ctx: RpcContext<'_>,
req: GetStoreInfoRequest,
sink: UnarySink<GetStoreInfoResponse>
)
fn get_cluster_info(
&mut self,
ctx: RpcContext<'_>,
req: GetClusterInfoRequest,
sink: UnarySink<GetClusterInfoResponse>
)
[src]
&mut self,
ctx: RpcContext<'_>,
req: GetClusterInfoRequest,
sink: UnarySink<GetClusterInfoResponse>
)