Uses of Class
io.milvus.param.partition.ReleasePartitionsParam.Builder
-
Packages that use ReleasePartitionsParam.Builder Package Description io.milvus.param.partition -
-
Uses of ReleasePartitionsParam.Builder in io.milvus.param.partition
Methods in io.milvus.param.partition that return ReleasePartitionsParam.Builder Modifier and Type Method Description ReleasePartitionsParam.BuilderReleasePartitionsParam.Builder. addPartitionName(@NonNull String partitionName)Adds a partition by name.static ReleasePartitionsParam.BuilderReleasePartitionsParam. newBuilder()ReleasePartitionsParam.BuilderReleasePartitionsParam.Builder. withCollectionName(@NonNull String collectionName)Sets the collection name.ReleasePartitionsParam.BuilderReleasePartitionsParam.Builder. withDatabaseName(String databaseName)Sets the database name.ReleasePartitionsParam.BuilderReleasePartitionsParam.Builder. withPartitionNames(@NonNull List<String> partitionNames)Sets the partition names list.
-