Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Diagnosticspb.ServerInfoRequest |
Diagnosticspb.ServerInfoRequest.Builder.build() |
Diagnosticspb.ServerInfoRequest |
Diagnosticspb.ServerInfoRequest.Builder.buildPartial() |
static Diagnosticspb.ServerInfoRequest |
Diagnosticspb.ServerInfoRequest.getDefaultInstance() |
Diagnosticspb.ServerInfoRequest |
Diagnosticspb.ServerInfoRequest.getDefaultInstanceForType() |
Diagnosticspb.ServerInfoRequest |
Diagnosticspb.ServerInfoRequest.Builder.getDefaultInstanceForType() |
static Diagnosticspb.ServerInfoRequest |
Diagnosticspb.ServerInfoRequest.parseDelimitedFrom(InputStream input) |
static Diagnosticspb.ServerInfoRequest |
Diagnosticspb.ServerInfoRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Diagnosticspb.ServerInfoRequest |
Diagnosticspb.ServerInfoRequest.parseFrom(byte[] data) |
static Diagnosticspb.ServerInfoRequest |
Diagnosticspb.ServerInfoRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Diagnosticspb.ServerInfoRequest |
Diagnosticspb.ServerInfoRequest.parseFrom(ByteBuffer data) |
static Diagnosticspb.ServerInfoRequest |
Diagnosticspb.ServerInfoRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Diagnosticspb.ServerInfoRequest |
Diagnosticspb.ServerInfoRequest.parseFrom(com.google.protobuf.ByteString data) |
static Diagnosticspb.ServerInfoRequest |
Diagnosticspb.ServerInfoRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Diagnosticspb.ServerInfoRequest |
Diagnosticspb.ServerInfoRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static Diagnosticspb.ServerInfoRequest |
Diagnosticspb.ServerInfoRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Diagnosticspb.ServerInfoRequest |
Diagnosticspb.ServerInfoRequest.parseFrom(InputStream input) |
static Diagnosticspb.ServerInfoRequest |
Diagnosticspb.ServerInfoRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Diagnosticspb.ServerInfoRequest> |
Diagnosticspb.ServerInfoRequest.getParserForType() |
static io.grpc.MethodDescriptor<Diagnosticspb.ServerInfoRequest,Diagnosticspb.ServerInfoResponse> |
DiagnosticsGrpc.getServerInfoMethod() |
static com.google.protobuf.Parser<Diagnosticspb.ServerInfoRequest> |
Diagnosticspb.ServerInfoRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Diagnosticspb.ServerInfoRequest.Builder |
Diagnosticspb.ServerInfoRequest.Builder.mergeFrom(Diagnosticspb.ServerInfoRequest other) |
static Diagnosticspb.ServerInfoRequest.Builder |
Diagnosticspb.ServerInfoRequest.newBuilder(Diagnosticspb.ServerInfoRequest prototype) |
Diagnosticspb.ServerInfoResponse |
DiagnosticsGrpc.DiagnosticsBlockingStub.serverInfo(Diagnosticspb.ServerInfoRequest request)
Retrieves server info in the target node
|
com.google.common.util.concurrent.ListenableFuture<Diagnosticspb.ServerInfoResponse> |
DiagnosticsGrpc.DiagnosticsFutureStub.serverInfo(Diagnosticspb.ServerInfoRequest request)
Retrieves server info in the target node
|
default void |
DiagnosticsGrpc.AsyncService.serverInfo(Diagnosticspb.ServerInfoRequest request,
io.grpc.stub.StreamObserver<Diagnosticspb.ServerInfoResponse> responseObserver)
Retrieves server info in the target node
|
void |
DiagnosticsGrpc.DiagnosticsStub.serverInfo(Diagnosticspb.ServerInfoRequest request,
io.grpc.stub.StreamObserver<Diagnosticspb.ServerInfoResponse> responseObserver)
Retrieves server info in the target node
|
Copyright © 2024 PingCAP. All rights reserved.