Uses of Class
io.milvus.param.collection.ReleaseCollectionParam
-
Packages that use ReleaseCollectionParam Package Description io.milvus.client io.milvus.param.collection -
-
Uses of ReleaseCollectionParam in io.milvus.client
Methods in io.milvus.client with parameters of type ReleaseCollectionParam Modifier and Type Method Description R<RpcStatus>AbstractMilvusGrpcClient. releaseCollection(@NonNull ReleaseCollectionParam requestParam)R<RpcStatus>MilvusClient. releaseCollection(ReleaseCollectionParam requestParam)Releases a collection from memory to reduce memory usage.R<RpcStatus>MilvusMultiServiceClient. releaseCollection(ReleaseCollectionParam requestParam)R<RpcStatus>MilvusServiceClient. releaseCollection(ReleaseCollectionParam requestParam) -
Uses of ReleaseCollectionParam in io.milvus.param.collection
Methods in io.milvus.param.collection that return ReleaseCollectionParam Modifier and Type Method Description ReleaseCollectionParamReleaseCollectionParam.Builder. build()Verifies parameters and creates a newReleaseCollectionParaminstance.
-