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