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 specifieddoc
with new content.TransactionAttemptContext.replace
(TransactionGetResult doc, Object content, TransactionReplaceOptions options) Mutates the specifieddoc
with 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 TransactionReplaceOptions
TransactionReplaceOptions.DEFAULT
Methods in com.couchbase.client.java.transactions.config that return TransactionReplaceOptionsModifier and TypeMethodDescriptionstatic TransactionReplaceOptions
TransactionReplaceOptions.transactionReplaceOptions()
TransactionReplaceOptions.transcoder
(Transcoder transcoder) Specify a customTranscoder
that is used to encode the content.