Package | Description |
---|---|
com.couchbase.client.java.transactions | |
com.couchbase.client.java.transactions.config |
Modifier and Type | Method and Description |
---|---|
TransactionGetResult |
TransactionAttemptContext.get(Collection collection,
String id,
TransactionGetOptions options)
Gets a document from the specified Couchbase
collection matching the specified id . |
Mono<TransactionGetResult> |
ReactiveTransactionAttemptContext.get(ReactiveCollection collection,
String id,
TransactionGetOptions options)
Gets a document with the specified
id and from the specified Couchbase collection . |
Modifier and Type | Field and Description |
---|---|
static TransactionGetOptions |
TransactionGetOptions.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static TransactionGetOptions |
TransactionGetOptions.transactionGetOptions() |
TransactionGetOptions |
TransactionGetOptions.transcoder(Transcoder transcoder)
Specify a custom
Transcoder that is used to decode the content of the result. |
Copyright © 2024 Couchbase, Inc.. All rights reserved.