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