Uses of Class
io.milvus.param.control.GetPersistentSegmentInfoParam
-
Packages that use GetPersistentSegmentInfoParam Package Description io.milvus.client io.milvus.param.control -
-
Uses of GetPersistentSegmentInfoParam in io.milvus.client
Methods in io.milvus.client with parameters of type GetPersistentSegmentInfoParam Modifier and Type Method Description R<GetPersistentSegmentInfoResponse>AbstractMilvusGrpcClient. getPersistentSegmentInfo(@NonNull GetPersistentSegmentInfoParam requestParam)R<GetPersistentSegmentInfoResponse>MilvusClient. getPersistentSegmentInfo(GetPersistentSegmentInfoParam requestParam)Gets the information of persistent segments from data node, including row count, persistence state(growing or flushed), etc.R<GetPersistentSegmentInfoResponse>MilvusMultiServiceClient. getPersistentSegmentInfo(GetPersistentSegmentInfoParam requestParam)R<GetPersistentSegmentInfoResponse>MilvusServiceClient. getPersistentSegmentInfo(GetPersistentSegmentInfoParam requestParam) -
Uses of GetPersistentSegmentInfoParam in io.milvus.param.control
Methods in io.milvus.param.control that return GetPersistentSegmentInfoParam Modifier and Type Method Description GetPersistentSegmentInfoParamGetPersistentSegmentInfoParam.Builder. build()Verifies parameters and creates a newGetPersistentSegmentInfoParaminstance.
-