Uses of Class
com.couchbase.client.java.transactions.config.TransactionGetOptions
Package
Description
-
Uses of TransactionGetOptions in com.couchbase.client.java.transactions
Modifier and TypeMethodDescriptionReactiveTransactionAttemptContext.get
(ReactiveCollection collection, String id, TransactionGetOptions options) Gets a document with the specifiedid
and from the specified Couchbasecollection
.TransactionAttemptContext.get
(Collection collection, String id, TransactionGetOptions options) Gets a document from the specified Couchbasecollection
matching the specifiedid
. -
Uses of TransactionGetOptions in com.couchbase.client.java.transactions.config
Modifier and TypeFieldDescriptionstatic final TransactionGetOptions
TransactionGetOptions.DEFAULT
Modifier and TypeMethodDescriptionstatic TransactionGetOptions
TransactionGetOptions.transactionGetOptions()
TransactionGetOptions.transcoder
(Transcoder transcoder) Specify a customTranscoder
that is used to decode the content of the result.