Package | Description |
---|---|
com.couchbase.client.java.transactions | |
com.couchbase.client.java.transactions.config |
Modifier and Type | Method and Description |
---|---|
TransactionGetResult |
TransactionAttemptContext.replace(TransactionGetResult doc,
Object content,
TransactionReplaceOptions options)
Mutates the specified
doc with new content. |
Mono<TransactionGetResult> |
ReactiveTransactionAttemptContext.replace(TransactionGetResult doc,
Object content,
TransactionReplaceOptions options)
Mutates the specified
doc with new content. |
Modifier and Type | Field and Description |
---|---|
static TransactionReplaceOptions |
TransactionReplaceOptions.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static TransactionReplaceOptions |
TransactionReplaceOptions.transactionReplaceOptions() |
TransactionReplaceOptions |
TransactionReplaceOptions.transcoder(Transcoder transcoder)
Specify a custom
Transcoder that is used to encode the content. |
Copyright © 2024 Couchbase, Inc.. All rights reserved.