Uses of Class
com.datastax.astra.client.model.InsertManyOptions
Packages that use InsertManyOptions
Package
Description
Entrypoint and core classes for the client.
Domain model classes with
Requests, Results, Options and Iterables.-
Uses of InsertManyOptions in com.datastax.astra.client
Methods in com.datastax.astra.client with parameters of type InsertManyOptionsModifier and TypeMethodDescriptionCollection.insertMany(List<? extends T> documents, InsertManyOptions options) Inserts a batch of documents into the collection concurrently, optimizing the insertion process for large datasets.Collection.insertManyAsync(List<? extends T> documents, InsertManyOptions options) Asynchronously inserts a batch of documents into the collection with customizable insertion options. -
Uses of InsertManyOptions in com.datastax.astra.client.model
Methods in com.datastax.astra.client.model that return InsertManyOptionsModifier and TypeMethodDescriptionstatic InsertManyOptionsInsertManyOptions.Builder.chunkSize(int chunkSize) Deprecated.Initializes the building process with chunkSize options.InsertManyOptions.chunkSize(int chunkSize) Setter for chunkSize.static InsertManyOptionsInsertManyOptions.Builder.concurrency(int concurrency) Deprecated.Initializes the building process with concurrency options.InsertManyOptions.concurrency(int concurrency) Setter for concurrency.static InsertManyOptionsInsertManyOptions.Builder.ordered(boolean ordered) Deprecated.Initializes the building process with ordered options.InsertManyOptions.ordered(boolean ordered) Setter for ordered.static InsertManyOptionsInsertManyOptions.Builder.timeout(int timeout) Deprecated.Initializes the building process with timeout options.InsertManyOptions.timeout(int timeout) Setter for timeout.