Uses of Class
io.milvus.grpc.GetQuerySegmentInfoResponse
Packages that use GetQuerySegmentInfoResponse
-
Uses of GetQuerySegmentInfoResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type GetQuerySegmentInfoResponseModifier and TypeMethodDescriptionAbstractMilvusGrpcClient.getQuerySegmentInfo(@NonNull GetQuerySegmentInfoParam requestParam) MilvusClient.getQuerySegmentInfo(GetQuerySegmentInfoParam requestParam) Gets the query information of segments in a collection from query node, including row count, memory usage size, index name, etc.MilvusMultiServiceClient.getQuerySegmentInfo(GetQuerySegmentInfoParam requestParam) MilvusServiceClient.getQuerySegmentInfo(GetQuerySegmentInfoParam requestParam) -
Uses of GetQuerySegmentInfoResponse in io.milvus.grpc
Methods in io.milvus.grpc that return GetQuerySegmentInfoResponseModifier and TypeMethodDescriptionGetQuerySegmentInfoResponse.Builder.build()GetQuerySegmentInfoResponse.Builder.buildPartial()static GetQuerySegmentInfoResponseGetQuerySegmentInfoResponse.getDefaultInstance()GetQuerySegmentInfoResponse.Builder.getDefaultInstanceForType()GetQuerySegmentInfoResponse.getDefaultInstanceForType()MilvusServiceGrpc.MilvusServiceBlockingStub.getQuerySegmentInfo(GetQuerySegmentInfoRequest request) static GetQuerySegmentInfoResponseGetQuerySegmentInfoResponse.parseDelimitedFrom(InputStream input) static GetQuerySegmentInfoResponseGetQuerySegmentInfoResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetQuerySegmentInfoResponseGetQuerySegmentInfoResponse.parseFrom(byte[] data) static GetQuerySegmentInfoResponseGetQuerySegmentInfoResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetQuerySegmentInfoResponseGetQuerySegmentInfoResponse.parseFrom(com.google.protobuf.ByteString data) static GetQuerySegmentInfoResponseGetQuerySegmentInfoResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetQuerySegmentInfoResponseGetQuerySegmentInfoResponse.parseFrom(com.google.protobuf.CodedInputStream input) static GetQuerySegmentInfoResponseGetQuerySegmentInfoResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetQuerySegmentInfoResponseGetQuerySegmentInfoResponse.parseFrom(InputStream input) static GetQuerySegmentInfoResponseGetQuerySegmentInfoResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetQuerySegmentInfoResponseGetQuerySegmentInfoResponse.parseFrom(ByteBuffer data) static GetQuerySegmentInfoResponseGetQuerySegmentInfoResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type GetQuerySegmentInfoResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<GetQuerySegmentInfoRequest, GetQuerySegmentInfoResponse> MilvusServiceGrpc.getGetQuerySegmentInfoMethod()com.google.protobuf.Parser<GetQuerySegmentInfoResponse> GetQuerySegmentInfoResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<GetQuerySegmentInfoResponse> MilvusServiceGrpc.MilvusServiceFutureStub.getQuerySegmentInfo(GetQuerySegmentInfoRequest request) static com.google.protobuf.Parser<GetQuerySegmentInfoResponse> GetQuerySegmentInfoResponse.parser()Methods in io.milvus.grpc with parameters of type GetQuerySegmentInfoResponseModifier and TypeMethodDescriptionGetQuerySegmentInfoResponse.Builder.mergeFrom(GetQuerySegmentInfoResponse other) GetQuerySegmentInfoResponse.newBuilder(GetQuerySegmentInfoResponse prototype) Method parameters in io.milvus.grpc with type arguments of type GetQuerySegmentInfoResponseModifier and TypeMethodDescriptiondefault voidMilvusServiceGrpc.AsyncService.getQuerySegmentInfo(GetQuerySegmentInfoRequest request, io.grpc.stub.StreamObserver<GetQuerySegmentInfoResponse> responseObserver) voidMilvusServiceGrpc.MilvusServiceStub.getQuerySegmentInfo(GetQuerySegmentInfoRequest request, io.grpc.stub.StreamObserver<GetQuerySegmentInfoResponse> responseObserver)