Uses of Class
com.couchbase.client.java.transactions.config.TransactionGetOptions
Packages that use TransactionGetOptions
Package
Description
-
Uses of TransactionGetOptions in com.couchbase.client.java.transactions
Methods in com.couchbase.client.java.transactions with parameters of type TransactionGetOptionsModifier 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
Fields in com.couchbase.client.java.transactions.config declared as TransactionGetOptionsModifier and TypeFieldDescriptionstatic final TransactionGetOptions
TransactionGetOptions.DEFAULT
Methods in com.couchbase.client.java.transactions.config that return TransactionGetOptionsModifier and TypeMethodDescriptionstatic TransactionGetOptions
TransactionGetOptions.transactionGetOptions()
TransactionGetOptions.transcoder
(Transcoder transcoder) Specify a customTranscoder
that is used to decode the content of the result.