public static final class DiagnosticsGrpc.DiagnosticsFutureStub extends io.grpc.stub.AbstractFutureStub<DiagnosticsGrpc.DiagnosticsFutureStub>
Diagnostics service for TiDB cluster components.
Modifier and Type | Method and Description |
---|---|
protected DiagnosticsGrpc.DiagnosticsFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Diagnosticspb.ServerInfoResponse> |
serverInfo(Diagnosticspb.ServerInfoRequest request)
Retrieves server info in the target node
|
protected DiagnosticsGrpc.DiagnosticsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<DiagnosticsGrpc.DiagnosticsFutureStub>
public com.google.common.util.concurrent.ListenableFuture<Diagnosticspb.ServerInfoResponse> serverInfo(Diagnosticspb.ServerInfoRequest request)
Retrieves server info in the target node
Copyright © 2024 PingCAP. All rights reserved.