Uses of Class
io.milvus.param.control.GetQuerySegmentInfoParam
Packages that use GetQuerySegmentInfoParam
-
Uses of GetQuerySegmentInfoParam in io.milvus.client
Methods in io.milvus.client with parameters of type GetQuerySegmentInfoParamModifier 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 GetQuerySegmentInfoParam in io.milvus.param.control
Methods in io.milvus.param.control that return GetQuerySegmentInfoParamModifier and TypeMethodDescriptionGetQuerySegmentInfoParam.Builder.build()Verifies parameters and creates a newGetQuerySegmentInfoParaminstance.