public static final class DiagnosticsGrpc.DiagnosticsStub extends io.grpc.stub.AbstractAsyncStub<DiagnosticsGrpc.DiagnosticsStub>
Diagnostics service for TiDB cluster components.
Modifier and Type | Method and Description |
---|---|
protected DiagnosticsGrpc.DiagnosticsStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
searchLog(Diagnosticspb.SearchLogRequest request,
io.grpc.stub.StreamObserver<Diagnosticspb.SearchLogResponse> responseObserver)
Searchs log in the target node
|
void |
serverInfo(Diagnosticspb.ServerInfoRequest request,
io.grpc.stub.StreamObserver<Diagnosticspb.ServerInfoResponse> responseObserver)
Retrieves server info in the target node
|
protected DiagnosticsGrpc.DiagnosticsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<DiagnosticsGrpc.DiagnosticsStub>
public void searchLog(Diagnosticspb.SearchLogRequest request, io.grpc.stub.StreamObserver<Diagnosticspb.SearchLogResponse> responseObserver)
Searchs log in the target node
public void serverInfo(Diagnosticspb.ServerInfoRequest request, io.grpc.stub.StreamObserver<Diagnosticspb.ServerInfoResponse> responseObserver)
Retrieves server info in the target node
Copyright © 2024 PingCAP. All rights reserved.