| 程序包 | 说明 |
|---|---|
| io.milvus.client | |
| io.milvus.grpc |
| 限定符和类型 | 方法和说明 |
|---|---|
R<GetMetricsResponse> |
MilvusClient.getMetrics(GetMetricsParam requestParam)
Gets the runtime metrics information of Milvus, returns the result in .json format.
|
R<GetMetricsResponse> |
MilvusMultiServiceClient.getMetrics(GetMetricsParam requestParam) |
R<GetMetricsResponse> |
AbstractMilvusGrpcClient.getMetrics(@NonNull GetMetricsParam requestParam) |
| 限定符和类型 | 方法和说明 |
|---|---|
GetMetricsResponse |
GetMetricsResponse.Builder.build() |
GetMetricsResponse |
GetMetricsResponse.Builder.buildPartial() |
static GetMetricsResponse |
GetMetricsResponse.getDefaultInstance() |
GetMetricsResponse |
GetMetricsResponse.getDefaultInstanceForType() |
GetMetricsResponse |
GetMetricsResponse.Builder.getDefaultInstanceForType() |
GetMetricsResponse |
MilvusServiceGrpc.MilvusServiceBlockingStub.getMetrics(GetMetricsRequest request)
https://wiki.lfaidata.foundation/display/MIL/MEP+8+--+Add+metrics+for+proxy
|
static GetMetricsResponse |
GetMetricsResponse.parseDelimitedFrom(InputStream input) |
static GetMetricsResponse |
GetMetricsResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetMetricsResponse |
GetMetricsResponse.parseFrom(byte[] data) |
static GetMetricsResponse |
GetMetricsResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetMetricsResponse |
GetMetricsResponse.parseFrom(ByteBuffer data) |
static GetMetricsResponse |
GetMetricsResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetMetricsResponse |
GetMetricsResponse.parseFrom(com.google.protobuf.ByteString data) |
static GetMetricsResponse |
GetMetricsResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetMetricsResponse |
GetMetricsResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetMetricsResponse |
GetMetricsResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetMetricsResponse |
GetMetricsResponse.parseFrom(InputStream input) |
static GetMetricsResponse |
GetMetricsResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
static io.grpc.MethodDescriptor<GetMetricsRequest,GetMetricsResponse> |
MilvusServiceGrpc.getGetMetricsMethod() |
com.google.common.util.concurrent.ListenableFuture<GetMetricsResponse> |
MilvusServiceGrpc.MilvusServiceFutureStub.getMetrics(GetMetricsRequest request)
https://wiki.lfaidata.foundation/display/MIL/MEP+8+--+Add+metrics+for+proxy
|
com.google.protobuf.Parser<GetMetricsResponse> |
GetMetricsResponse.getParserForType() |
static com.google.protobuf.Parser<GetMetricsResponse> |
GetMetricsResponse.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetMetricsResponse.Builder |
GetMetricsResponse.Builder.mergeFrom(GetMetricsResponse other) |
static GetMetricsResponse.Builder |
GetMetricsResponse.newBuilder(GetMetricsResponse prototype) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MilvusServiceGrpc.MilvusServiceImplBase.getMetrics(GetMetricsRequest request,
io.grpc.stub.StreamObserver<GetMetricsResponse> responseObserver)
https://wiki.lfaidata.foundation/display/MIL/MEP+8+--+Add+metrics+for+proxy
|
void |
MilvusServiceGrpc.MilvusServiceStub.getMetrics(GetMetricsRequest request,
io.grpc.stub.StreamObserver<GetMetricsResponse> responseObserver)
https://wiki.lfaidata.foundation/display/MIL/MEP+8+--+Add+metrics+for+proxy
|
Copyright © 2023. All rights reserved.