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