Uses of Class
com.couchbase.client.java.transactions.config.TransactionReplaceOptions
Packages that use TransactionReplaceOptions
Package
Description
-
Uses of TransactionReplaceOptions in com.couchbase.client.java.transactions
Methods in com.couchbase.client.java.transactions with parameters of type TransactionReplaceOptionsModifier and TypeMethodDescriptionReactiveTransactionAttemptContext.replace(TransactionGetResult doc, Object content, TransactionReplaceOptions options) Mutates the specifieddocwith new content.TransactionAttemptContext.replace(TransactionGetResult doc, Object content, TransactionReplaceOptions options) Mutates the specifieddocwith new content. -
Uses of TransactionReplaceOptions in com.couchbase.client.java.transactions.config
Fields in com.couchbase.client.java.transactions.config declared as TransactionReplaceOptionsModifier and TypeFieldDescriptionstatic final TransactionReplaceOptionsTransactionReplaceOptions.DEFAULTMethods in com.couchbase.client.java.transactions.config that return TransactionReplaceOptionsModifier and TypeMethodDescriptionstatic TransactionReplaceOptionsTransactionReplaceOptions.transactionReplaceOptions()TransactionReplaceOptions.transcoder(Transcoder transcoder) Specify a customTranscoderthat is used to encode the content.