Uses of Class
io.milvus.param.control.GetPersistentSegmentInfoParam
Packages that use GetPersistentSegmentInfoParam
-
Uses of GetPersistentSegmentInfoParam in io.milvus.client
Methods in io.milvus.client with parameters of type GetPersistentSegmentInfoParamModifier and TypeMethodDescriptionAbstractMilvusGrpcClient.getPersistentSegmentInfo(@NonNull GetPersistentSegmentInfoParam requestParam) MilvusClient.getPersistentSegmentInfo(GetPersistentSegmentInfoParam requestParam) Gets the information of persistent segments from data node, including row count, persistence state(growing or flushed), etc.MilvusMultiServiceClient.getPersistentSegmentInfo(GetPersistentSegmentInfoParam requestParam) MilvusServiceClient.getPersistentSegmentInfo(GetPersistentSegmentInfoParam requestParam) -
Uses of GetPersistentSegmentInfoParam in io.milvus.param.control
Methods in io.milvus.param.control that return GetPersistentSegmentInfoParamModifier and TypeMethodDescriptionGetPersistentSegmentInfoParam.Builder.build()Verifies parameters and creates a newGetPersistentSegmentInfoParaminstance.