Uses of Class
io.milvus.param.collection.GetLoadStateParam
-
Packages that use GetLoadStateParam Package Description io.milvus.client io.milvus.param.collection -
-
Uses of GetLoadStateParam in io.milvus.client
Methods in io.milvus.client with parameters of type GetLoadStateParam Modifier and Type Method Description R<GetLoadStateResponse>AbstractMilvusGrpcClient. getLoadState(GetLoadStateParam requestParam)R<GetLoadStateResponse>MilvusClient. getLoadState(GetLoadStateParam requestParam)Get collection loading stateR<GetLoadStateResponse>MilvusMultiServiceClient. getLoadState(GetLoadStateParam requestParam) -
Uses of GetLoadStateParam in io.milvus.param.collection
Methods in io.milvus.param.collection that return GetLoadStateParam Modifier and Type Method Description GetLoadStateParamGetLoadStateParam.Builder. build()Verifies parameters and creates a newGetLoadStateParaminstance.
-