Uses of Class
com.datastax.astra.client.model.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
Modifier 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
Modifier and TypeMethodDescriptionstatic InsertManyOptions
InsertManyOptions.Builder.chunkSize
(int chunkSize) Deprecated.Initializes the building process with chunkSize options.InsertManyOptions.chunkSize
(int chunkSize) Setter for chunkSize.static InsertManyOptions
InsertManyOptions.Builder.concurrency
(int concurrency) Deprecated.Initializes the building process with concurrency options.InsertManyOptions.concurrency
(int concurrency) Setter for concurrency.static InsertManyOptions
InsertManyOptions.Builder.ordered
(boolean ordered) Deprecated.Initializes the building process with ordered options.InsertManyOptions.ordered
(boolean ordered) Setter for ordered.static InsertManyOptions
InsertManyOptions.Builder.timeout
(int timeout) Deprecated.Initializes the building process with timeout options.InsertManyOptions.timeout
(int timeout) Setter for timeout.