Uses of Class
io.milvus.grpc.GetMetricsResponse
Packages that use GetMetricsResponse
-
Uses of GetMetricsResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type GetMetricsResponseModifier and TypeMethodDescriptionAbstractMilvusGrpcClient.getMetrics(@NonNull GetMetricsParam requestParam) MilvusClient.getMetrics(GetMetricsParam requestParam) Gets the runtime metrics information of Milvus, returns the result in .json format.MilvusMultiServiceClient.getMetrics(GetMetricsParam requestParam) MilvusServiceClient.getMetrics(GetMetricsParam requestParam) -
Uses of GetMetricsResponse in io.milvus.grpc
Methods in io.milvus.grpc that return GetMetricsResponseModifier and TypeMethodDescriptionGetMetricsResponse.Builder.build()GetMetricsResponse.Builder.buildPartial()static GetMetricsResponseGetMetricsResponse.getDefaultInstance()GetMetricsResponse.Builder.getDefaultInstanceForType()GetMetricsResponse.getDefaultInstanceForType()MilvusServiceGrpc.MilvusServiceBlockingStub.getMetrics(GetMetricsRequest request) https://wiki.lfaidata.foundation/display/MIL/MEP+8+--+Add+metrics+for+proxystatic GetMetricsResponseGetMetricsResponse.parseDelimitedFrom(InputStream input) static GetMetricsResponseGetMetricsResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetMetricsResponseGetMetricsResponse.parseFrom(byte[] data) static GetMetricsResponseGetMetricsResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetMetricsResponseGetMetricsResponse.parseFrom(com.google.protobuf.ByteString data) static GetMetricsResponseGetMetricsResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetMetricsResponseGetMetricsResponse.parseFrom(com.google.protobuf.CodedInputStream input) static GetMetricsResponseGetMetricsResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetMetricsResponseGetMetricsResponse.parseFrom(InputStream input) static GetMetricsResponseGetMetricsResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetMetricsResponseGetMetricsResponse.parseFrom(ByteBuffer data) static GetMetricsResponseGetMetricsResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type GetMetricsResponseModifier and TypeMethodDescriptionstatic 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+proxycom.google.protobuf.Parser<GetMetricsResponse> GetMetricsResponse.getParserForType()static com.google.protobuf.Parser<GetMetricsResponse> GetMetricsResponse.parser()Methods in io.milvus.grpc with parameters of type GetMetricsResponseModifier and TypeMethodDescriptionGetMetricsResponse.Builder.mergeFrom(GetMetricsResponse other) static GetMetricsResponse.BuilderGetMetricsResponse.newBuilder(GetMetricsResponse prototype) Method parameters in io.milvus.grpc with type arguments of type GetMetricsResponseModifier and TypeMethodDescriptiondefault voidMilvusServiceGrpc.AsyncService.getMetrics(GetMetricsRequest request, io.grpc.stub.StreamObserver<GetMetricsResponse> responseObserver) https://wiki.lfaidata.foundation/display/MIL/MEP+8+--+Add+metrics+for+proxyvoidMilvusServiceGrpc.MilvusServiceStub.getMetrics(GetMetricsRequest request, io.grpc.stub.StreamObserver<GetMetricsResponse> responseObserver) https://wiki.lfaidata.foundation/display/MIL/MEP+8+--+Add+metrics+for+proxy