Uses of Class
io.milvus.grpc.GetMetricsResponse
-
Packages that use GetMetricsResponse Package Description io.milvus.client io.milvus.grpc -
-
Uses of GetMetricsResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type GetMetricsResponse Modifier and Type Method Description R<GetMetricsResponse>AbstractMilvusGrpcClient. getMetrics(@NonNull GetMetricsParam requestParam)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>MilvusServiceClient. getMetrics(GetMetricsParam requestParam) -
Uses of GetMetricsResponse in io.milvus.grpc
Methods in io.milvus.grpc that return GetMetricsResponse Modifier and Type Method Description GetMetricsResponseGetMetricsResponse.Builder. build()GetMetricsResponseGetMetricsResponse.Builder. buildPartial()static GetMetricsResponseGetMetricsResponse. getDefaultInstance()GetMetricsResponseGetMetricsResponse.Builder. getDefaultInstanceForType()GetMetricsResponseGetMetricsResponse. getDefaultInstanceForType()GetMetricsResponseMilvusServiceGrpc.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 GetMetricsResponse Modifier and Type Method Description 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+proxycom.google.protobuf.Parser<GetMetricsResponse>GetMetricsResponse. getParserForType()static com.google.protobuf.Parser<GetMetricsResponse>GetMetricsResponse. parser()Methods in io.milvus.grpc with parameters of type GetMetricsResponse Modifier and Type Method Description GetMetricsResponse.BuilderGetMetricsResponse.Builder. mergeFrom(GetMetricsResponse other)static GetMetricsResponse.BuilderGetMetricsResponse. newBuilder(GetMetricsResponse prototype)Method parameters in io.milvus.grpc with type arguments of type GetMetricsResponse Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. 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
-