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