| 程序包 | 说明 |
|---|---|
| io.milvus.client | |
| io.milvus.param.control |
| 限定符和类型 | 方法和说明 |
|---|---|
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> |
AbstractMilvusGrpcClient.getQuerySegmentInfo(@NonNull GetQuerySegmentInfoParam requestParam) |
| 限定符和类型 | 方法和说明 |
|---|---|
GetQuerySegmentInfoParam |
GetQuerySegmentInfoParam.Builder.build()
Verifies parameters and creates a new
GetQuerySegmentInfoParam instance. |
Copyright © 2023. All rights reserved.