Uses of Class
io.milvus.param.control.GetQuerySegmentInfoParam
-
Packages that use GetQuerySegmentInfoParam Package Description io.milvus.client io.milvus.param.control -
-
Uses of GetQuerySegmentInfoParam in io.milvus.client
Methods in io.milvus.client with parameters of type GetQuerySegmentInfoParam Modifier and Type Method Description R<GetQuerySegmentInfoResponse>AbstractMilvusGrpcClient. getQuerySegmentInfo(@NonNull GetQuerySegmentInfoParam requestParam)R<GetQuerySegmentInfoResponse>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.R<GetQuerySegmentInfoResponse>MilvusMultiServiceClient. getQuerySegmentInfo(GetQuerySegmentInfoParam requestParam)R<GetQuerySegmentInfoResponse>MilvusServiceClient. getQuerySegmentInfo(GetQuerySegmentInfoParam requestParam) -
Uses of GetQuerySegmentInfoParam in io.milvus.param.control
Methods in io.milvus.param.control that return GetQuerySegmentInfoParam Modifier and Type Method Description GetQuerySegmentInfoParamGetQuerySegmentInfoParam.Builder. build()Verifies parameters and creates a newGetQuerySegmentInfoParaminstance.
-