Uses of Class
io.milvus.param.collection.LoadCollectionParam.Builder
Packages that use LoadCollectionParam.Builder
-
Uses of LoadCollectionParam.Builder in io.milvus.param.collection
Methods in io.milvus.param.collection that return LoadCollectionParam.BuilderModifier and TypeMethodDescriptionstatic LoadCollectionParam.BuilderLoadCollectionParam.newBuilder()LoadCollectionParam.Builder.withCollectionName(@NonNull String collectionName) Sets the collection name.LoadCollectionParam.Builder.withDatabaseName(String databaseName) Sets the database name.LoadCollectionParam.Builder.withLoadFields(@NonNull List<String> loadFields) Specify load fields list needed during this load.LoadCollectionParam.Builder.withRefresh(@NonNull Boolean refresh) Whether to enable refresh mode.LoadCollectionParam.Builder.withReplicaNumber(@NonNull Integer replicaNumber) Specify replica number to load, replica number must be greater than 0, default value is 1LoadCollectionParam.Builder.withResourceGroups(@NonNull List<String> resourceGroups) Specify the target resource groups to load the replicas.LoadCollectionParam.Builder.withSkipLoadDynamicField(@NonNull Boolean skip) Specify load fields list needed during this load.LoadCollectionParam.Builder.withSyncLoad(@NonNull Boolean syncLoad) Enable sync mode for load action.LoadCollectionParam.Builder.withSyncLoadWaitingInterval(@NonNull Long milliseconds) Sets waiting interval in sync mode.LoadCollectionParam.Builder.withSyncLoadWaitingTimeout(@NonNull Long seconds) Sets timeout value for the sync mode.Constructors in io.milvus.param.collection with parameters of type LoadCollectionParam.Builder