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