Uses of Class
com.couchbase.client.java.transactions.config.TransactionGetOptions
Packages that use TransactionGetOptions
Package
Description
- 
Uses of TransactionGetOptions in com.couchbase.client.java.transactionsMethods in com.couchbase.client.java.transactions with parameters of type TransactionGetOptionsModifier and TypeMethodDescriptionreactor.core.publisher.Mono<TransactionGetResult> ReactiveTransactionAttemptContext.get(ReactiveCollection collection, String id, TransactionGetOptions options) Gets a document with the specifiedidand from the specified Couchbasecollection.TransactionAttemptContext.get(Collection collection, String id, TransactionGetOptions options) Gets a document from the specified Couchbasecollectionmatching the specifiedid.
- 
Uses of TransactionGetOptions in com.couchbase.client.java.transactions.configMethods in com.couchbase.client.java.transactions.config that return TransactionGetOptionsModifier and TypeMethodDescriptionstatic TransactionGetOptionsTransactionGetOptions.transactionGetOptions()TransactionGetOptions.transcoder(Transcoder transcoder) Specify a customTranscoderthat is used to decode the content of the result.