Uses of Class
io.milvus.v2.service.partition.request.ReleasePartitionsReq
-
Packages that use ReleasePartitionsReq Package Description io.milvus.v2.client io.milvus.v2.service.partition -
-
Uses of ReleasePartitionsReq in io.milvus.v2.client
Methods in io.milvus.v2.client with parameters of type ReleasePartitionsReq Modifier and Type Method Description voidMilvusClientV2. releasePartitions(ReleasePartitionsReq request)Releases partitions in a collection in Milvus. -
Uses of ReleasePartitionsReq in io.milvus.v2.service.partition
Methods in io.milvus.v2.service.partition with parameters of type ReleasePartitionsReq Modifier and Type Method Description voidPartitionService. releasePartitions(MilvusServiceGrpc.MilvusServiceBlockingStub blockingStub, ReleasePartitionsReq request)
-