Uses of Class
com.datastax.astra.client.model.BulkWriteOptions
Packages that use BulkWriteOptions
Package
Description
Entrypoint and core classes for the client.
Domain model classes with
Requests, Results, Options and Iterables.-
Uses of BulkWriteOptions in com.datastax.astra.client
Methods in com.datastax.astra.client with parameters of type BulkWriteOptionsModifier and TypeMethodDescriptionCollection.bulkWrite(List<Command> commands, BulkWriteOptions options) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BulkWriteOptions in com.datastax.astra.client.model
Methods in com.datastax.astra.client.model that return BulkWriteOptionsModifier and TypeMethodDescriptionstatic BulkWriteOptionsBulkWriteOptions.Builder.concurrency(int concurrency) Initializes the building process with concurrency options.BulkWriteOptions.concurrency(int concurrency) Setter for concurrency.static BulkWriteOptionsBulkWriteOptions.Builder.ordered(boolean ordered) Initializes the building process with ordered options.BulkWriteOptions.ordered(boolean ordered) Setter for ordered.