Uses of Class
io.milvus.param.collection.GetLoadingProgressParam
-
Packages that use GetLoadingProgressParam Package Description io.milvus.client io.milvus.param.collection -
-
Uses of GetLoadingProgressParam in io.milvus.client
Methods in io.milvus.client with parameters of type GetLoadingProgressParam Modifier and Type Method Description R<GetLoadingProgressResponse>AbstractMilvusGrpcClient. getLoadingProgress(GetLoadingProgressParam requestParam)R<GetLoadingProgressResponse>MilvusClient. getLoadingProgress(GetLoadingProgressParam requestParam)Get collection loading progressR<GetLoadingProgressResponse>MilvusMultiServiceClient. getLoadingProgress(GetLoadingProgressParam requestParam) -
Uses of GetLoadingProgressParam in io.milvus.param.collection
Methods in io.milvus.param.collection that return GetLoadingProgressParam Modifier and Type Method Description GetLoadingProgressParamGetLoadingProgressParam.Builder. build()Verifies parameters and creates a newGetLoadingProgressParaminstance.
-