Uses of Class
com.azure.cosmos.NonIdempotentWriteRetryOptions
Packages that use NonIdempotentWriteRetryOptions
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of NonIdempotentWriteRetryOptions in com.azure.cosmos
Methods in com.azure.cosmos that return NonIdempotentWriteRetryOptionsModifier and TypeMethodDescriptionNonIdempotentWriteRetryOptions.setEnabled
(boolean isEnabled) Specifies whether automatic retries for write operations even when they are not guaranteed to be idempotent are enabled.NonIdempotentWriteRetryOptions.setTrackingIdUsed
(boolean useTrackingIdForCreateAndReplace) Specifies whether write operations can use the trackingId system property '/_trackingId' to allow identification of conflicts and pre-condition failures due to retries.Methods in com.azure.cosmos with parameters of type NonIdempotentWriteRetryOptionsModifier and TypeMethodDescriptionCosmosClientBuilder.nonIdempotentWriteRetryOptions
(NonIdempotentWriteRetryOptions options) Enables automatic retries for write operations even when the SDK can't guarantee that they are idempotent.